Skip to content

Commit

Permalink
Revert bogus change 28763.
Browse files Browse the repository at this point in the history
p4raw-id: //depot/perl@28767
  • Loading branch information
rgs committed Aug 28, 2006
1 parent 846c5ed commit 1be1675
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions EXTERN.h
Expand Up @@ -55,14 +55,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)

Expand Down
8 changes: 0 additions & 8 deletions INTERN.h
Expand Up @@ -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

Expand Down

0 comments on commit 1be1675

Please sign in to comment.