projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3c4f770
)
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
patch
|
blob
|
blame
|
history
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)