perl5.004 hints file (maint and dev paths)
[p5sagit/p5-mst-13.2.git] / bytecode.h
index 3e8a6a9..dd08c95 100644 (file)
@@ -62,7 +62,7 @@ EXT I32 obj_list_fill INIT(-1);
     } STMT_END
 #endif /* INDIRECT_BGET_MACROS */
 
-#define BGET_comment(arg) \
+#define BGET_comment_t(arg) \
        do { arg = BGET_FGETC(); } while (arg != '\n' && arg != EOF)
 
 /*