Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
[p5sagit/p5-mst-13.2.git] / x2p / a2p.y
index 3bb4e09..da9b628 100644 (file)
--- a/x2p/a2p.y
+++ b/x2p/a2p.y
@@ -399,6 +399,6 @@ compound
 
 %%
 
-int yyparse _((void));
+int yyparse (void);
 
 #include "a2py.c"