diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-08-28 12:52:00 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-08-28 12:52:00 +0000 |
commit | 1be1675bc13d9dd70ace9cdbd03868d52a2e8157 (patch) | |
tree | 1d3d886246e83dcb8c7cd0fdd2f1c2adc1788fb2 /INTERN.h | |
parent | 846c5ed3bd6bbf47ed6f029fd3595992cfcdf1c7 (diff) | |
download | perl-1be1675bc13d9dd70ace9cdbd03868d52a2e8157.tar.gz |
Revert bogus change 28763.
p4raw-id: //depot/perl@28767
Diffstat (limited to 'INTERN.h')
-rw-r--r-- | INTERN.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -48,14 +48,6 @@ # endif #endif -#ifndef EXTERN_C -# ifdef __cplusplus -# define EXTERN_C extern "C" -# else -# define EXTERN_C extern -# endif -#endif - #undef INIT #define INIT(x) = x |