diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-09-07 03:10:43 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-09-07 03:10:43 +0000 |
commit | d8d253f04ead39466658b138fa78f1ec8e7fc42a (patch) | |
tree | 4c7fcf03f5d47327f14417fdfb1b7755d1eacb96 /nostdio.h | |
parent | 99069129ae4c94e216ce7ad2899e8f92ff47b10c (diff) | |
download | perl-d8d253f04ead39466658b138fa78f1ec8e7fc42a.tar.gz |
Add _STDIO_LOADED (VMS) to list of guard symbols.
Diffstat (limited to 'nostdio.h')
-rw-r--r-- | nostdio.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,9 +3,10 @@ A more ambitious set of possible symbols can be found in sfio.h (inside an _cplusplus gard). */ -#if !defined(_STDIO_H) && !defined(FILE) && !defined(_STDIO_INCLUDED) +#if !defined(_STDIO_H) && !defined(FILE) && !defined(_STDIO_INCLUDED) && !defined(__STDIO_LOADED) #define _STDIO_H #define _STDIO_INCLUDED +#define __STDIO_LOADED struct _FILE; #define FILE struct _FILE #endif |