Fix typo in win32 -> mainline integration.
Malcolm Beattie [Tue, 18 Nov 1997 16:38:57 +0000 (16:38 +0000)]
p4raw-id: //depot/perl@263

perl.h

diff --git a/perl.h b/perl.h
index 5ee7591..4894aa0 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -42,7 +42,7 @@
 #  define EXTERN_C
 #endif
 
-ifdef OP_IN_REGISTER
+#ifdef OP_IN_REGISTER
 #  ifdef __GNUC__
 #    define stringify_immed(s) #s
 #    define stringify(s) stringify_immed(s)