diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-29 01:35:45 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-29 01:35:45 +0000 |
commit | c69f112c145fabe210a7e2c5c2406baeea71af2f (patch) | |
tree | f99acaeffc5cdd4e8b5cd9931d8e74da85deb578 /perl.h | |
parent | 900941544544b9ca5ecbb5e1f24f9c23b3635b68 (diff) | |
download | perl-c69f112c145fabe210a7e2c5c2406baeea71af2f.tar.gz |
GCC + Threads on Win32 - best gcc results yet
p4raw-id: //depot/ansiperl@331
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1474,7 +1474,11 @@ EXT struct stat statbuf; #ifdef HAS_TIMES EXT struct tms timesbuf; #endif +#if defined(WIN32) && defined(__GNUC__) +static STRLEN na; +#else EXT STRLEN na; /* for use in SvPV when length is Not Applicable */ +#endif /* for tmp use in stupid debuggers */ EXT int * di; |