diff options
author | Leon Timmermans <fawaka@gmail.com> | 2014-05-21 13:56:54 +0200 |
---|---|---|
committer | Leon Timmermans <fawaka@gmail.com> | 2014-05-29 15:01:50 +0200 |
commit | e5a8a0fbd70ee31a016b7cf1c4b8c07839c6cf97 (patch) | |
tree | b76deaf20debae69504ec40cb5e3dccb759b2992 /x2p/INTERN.h | |
parent | c02d599bfd636e89753a6ed00b136798dc1661c3 (diff) | |
download | perl-e5a8a0fbd70ee31a016b7cf1c4b8c07839c6cf97.tar.gz |
Remove x2p
This removes find2perl, s2p and a2p from core. They have all been
released to CPAN as separate distributions.
Diffstat (limited to 'x2p/INTERN.h')
-rw-r--r-- | x2p/INTERN.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x2p/INTERN.h b/x2p/INTERN.h deleted file mode 100644 index 29332945d8..0000000000 --- a/x2p/INTERN.h +++ /dev/null @@ -1,23 +0,0 @@ -/* INTERN.h - * - * Copyright (C) 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 - -#ifdef __cplusplus -# define EXTERN_C extern "C" -#else -# ifndef EXTERN_C -# define EXTERN_C -# endif -#endif - -#undef INIT -#define INIT(x) = x - -#define DOINIT |