diff options
author | Dan Faigin, Doug Landauer <unknown@longtimeago> | 1988-01-21 09:21:04 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1988-01-21 09:21:04 +0000 |
commit | 36ce8bec6e5bbc05c8d60ee17f105fc8b751cada (patch) | |
tree | 261095fa1f31159593c5eda983baf59884b33246 /perl.h | |
parent | 8d063cd8450e59ea1c611a2f4f5a21059a2804f1 (diff) | |
download | perl-36ce8bec6e5bbc05c8d60ee17f105fc8b751cada.tar.gz |
perl 1.0 patch 1: Portability bugs and one possible SIGSEGV
On some systems the Configure script and C compilations get
warning messages that may scare some folks unnecessarily.
Also, use of the "redo" command if debugging is compiled in
overflows a stack on which the trace context is kept.
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,13 +1,15 @@ -/* $Header: perl.h,v 1.0 87/12/18 13:05:38 root Exp $ +/* $Header: perl.h,v 1.0.1.1 88/01/21 21:29:23 root Exp $ * * $Log: perl.h,v $ + * Revision 1.0.1.1 88/01/21 21:29:23 root + * No longer defines STDSTDIO--gets it from config.h now. + * * Revision 1.0 87/12/18 13:05:38 root * Initial revision * */ #define DEBUGGING -#define STDSTDIO /* eventually should be in config.h */ #define VOIDUSED 1 #include "config.h" |