From d8d253f04ead39466658b138fa78f1ec8e7fc42a Mon Sep 17 00:00:00 2001 From: Perl 5 Porters Date: Sat, 7 Sep 1996 03:10:43 +0000 Subject: Add _STDIO_LOADED (VMS) to list of guard symbols. --- nostdio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nostdio.h') diff --git a/nostdio.h b/nostdio.h index 3e1e665ef0..256a638c9a 100644 --- a/nostdio.h +++ b/nostdio.h @@ -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 -- cgit v1.2.1