summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1997-11-29 01:35:45 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1997-11-29 01:35:45 +0000
commitc69f112c145fabe210a7e2c5c2406baeea71af2f (patch)
treef99acaeffc5cdd4e8b5cd9931d8e74da85deb578 /perl.h
parent900941544544b9ca5ecbb5e1f24f9c23b3635b68 (diff)
downloadperl-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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 150a9d8bb5..665af3193f 100644
--- a/perl.h
+++ b/perl.h
@@ -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;