diff options
-rw-r--r-- | embed.h | 3 | ||||
-rwxr-xr-x | embed.pl | 3 |
2 files changed, 0 insertions, 6 deletions
@@ -16,9 +16,6 @@ /* (Doing namespace management portably in C is really gross.) */ -/* NO_EMBED is no longer supported. i.e. EMBED is always active-- - * but you can define PERL_HIDE_SHORT_NAMES to achieve the same. */ - #ifndef PERL_HIDE_SHORT_NAMES /* Hide global symbols */ @@ -316,9 +316,6 @@ print EM do_not_edit ("embed.h"), <<'END'; /* (Doing namespace management portably in C is really gross.) */ -/* NO_EMBED is no longer supported. i.e. EMBED is always active-- - * but you can define PERL_HIDE_SHORT_NAMES to achieve the same. */ - #ifndef PERL_HIDE_SHORT_NAMES /* Hide global symbols */ |