Skip to content

Commit 1be1675

Browse files
committed
Revert bogus change 28763.
p4raw-id: //depot/perl@28767
1 parent 846c5ed commit 1be1675

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

EXTERN.h

-8
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@
5555
# endif
5656
#endif
5757

58-
#ifndef EXTERN_C
59-
# ifdef __cplusplus
60-
# define EXTERN_C extern "C"
61-
# else
62-
# define EXTERN_C extern
63-
# endif
64-
#endif
65-
6658
#undef INIT
6759
#define INIT(x)
6860

INTERN.h

-8
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@
4848
# endif
4949
#endif
5050

51-
#ifndef EXTERN_C
52-
# ifdef __cplusplus
53-
# define EXTERN_C extern "C"
54-
# else
55-
# define EXTERN_C extern
56-
# endif
57-
#endif
58-
5951
#undef INIT
6052
#define INIT(x) = x
6153

0 commit comments

Comments
 (0)