This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexp_unicode_prop.t: Add tests, refactor
[perl5.git] / x2p / EXTERN.h
index 66793af..dcc1b24 100644 (file)
@@ -1,14 +1,20 @@
-/* $Header: EXTERN.h,v 2.0 88/06/05 00:15:24 root Exp $
+/*    EXTERN.h
  *
- * $Log:       EXTERN.h,v $
- * Revision 2.0  88/06/05  00:15:24  root
- * Baseline version 2.0.
- * 
+ *    Copyright (C) 1991, 1992, 1993, 1994, by Larry Wall and others
+ *
+ *    You may distribute under the terms of either the GNU General Public
+ *    License or the Artistic License, as specified in the README file.
  */
 
 #undef EXT
 #define EXT extern
 
+#ifdef __cplusplus
+#  define EXTERN_C extern "C"
+#else
+#  define EXTERN_C extern
+#endif
+
 #undef INIT
 #define INIT(x)