diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 2000-02-26 07:04:55 +0000 |
---|---|---|
committer | bailey <bailey@newman.upenn.edu> | 2000-02-26 07:04:55 +0000 |
commit | 2841d78411ddadd05a6fbe13e0be06f765fad3fb (patch) | |
tree | 5654902690bfb2994f8fe0a17c4bb3c1d7e46797 /intrpvar.h | |
parent | cdc0122e98f2421b6507acbc7231bee768f9d260 (diff) | |
parent | ffb04cf170fa14d0606f2c3643c438d43784ee46 (diff) | |
download | perl-2841d78411ddadd05a6fbe13e0be06f765fad3fb.tar.gz |
Resync with mainline
p4raw-id: //depot/vmsperl@5269
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/intrpvar.h b/intrpvar.h index e578b1ab19..14037873b9 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -8,10 +8,7 @@ * generated when built with or without MULTIPLICITY. It is also used * to generate the appropriate export list for win32. * - * When building without MULTIPLICITY, these variables will be truly global. - * - * Avoid build-specific #ifdefs here, like DEBUGGING. That way, - * we can keep binary compatibility of the curinterp structure */ + * When building without MULTIPLICITY, these variables will be truly global. */ /* pseudo environmental stuff */ PERLVAR(Iorigargc, int) |