I'm not sure why this is commented out in the first place, but if we
want to keep it, we need to use C-style comments.

diff -r -u parrot/config_h.in parrot-andy/config_h.in
--- parrot/config_h.in  Wed Sep 19 11:57:11 2001
+++ parrot-andy/config_h.in     Wed Sep 19 12:08:27 2001
@@ -18,7 +18,7 @@
 typedef void DPOINTER;
 typedef void SYNC;
 
-//typedef IV *(*opcode_funcs)(void *, void *) OPFUNC;
+/* typedef IV *(*opcode_funcs)(void *, void *) OPFUNC; */
 
 #define FRAMES_PER_CHUNK 16
 

-- 
    Andy Dougherty              [EMAIL PROTECTED]
    Dept. of Physics
    Lafayette College, Easton PA 18042


Reply via email to