projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e17b780
)
Added an additional #ifndef based on comments by Jarkko and
Steve Peters [Sun, 27 Aug 2006 17:53:17 +0000 (17:53 +0000)]
John Malmberg.
p4raw-id: //depot/perl@28765
x2p/INTERN.h
patch
|
blob
|
blame
|
history
diff --git
a/x2p/INTERN.h
b/x2p/INTERN.h
index
471093f
..
2933294
100644
(file)
--- a/
x2p/INTERN.h
+++ b/
x2p/INTERN.h
@@
-12,7
+12,9
@@
#ifdef __cplusplus
# define EXTERN_C extern "C"
#else
-# define EXTERN_C
+# ifndef EXTERN_C
+# define EXTERN_C
+# endif
#endif
#undef INIT