summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-14 14:43:38 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:53:13 +0100
commitb78ed007fa9baa198c63557db888ec30e57d786e (patch)
tree111a53a2b4f23174867d4be8b9e6a42182bc86c5 /win32/win32.h
parent3576247a261ea97b6808934dc3fba546f1afd2d5 (diff)
downloadperl-b78ed007fa9baa198c63557db888ec30e57d786e.tar.gz
Don't attempt to define or use STANDARD_C
We rely on a C89 implementation anyway.
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 6de9c9b726..cdfadfe4c5 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -199,7 +199,6 @@ struct utsname {
#endif
#endif
-#define STANDARD_C 1
#define DOSISH 1 /* no escaping our roots */
#define OP_BINARY O_BINARY /* mistake in in pp_sys.c? */