From dd512de320cc50ddbfc3ce3ee4996367b911d983 Mon Sep 17 00:00:00 2001 From: Aaron Crane Date: Fri, 13 Oct 2017 09:16:17 +0200 Subject: Rely on C89 The Configure changes here were generated using a version of metaconfig that copies U/modified/i_stdlib.U from dist/U/vaproto.U, and changes it to unconditionally define the i_stdlib Configure variable. That variable is used by a large number of other Configure units, so it's not actually practical to try and remove the relevant unit entirely. --- cflags.SH | 2 -- 1 file changed, 2 deletions(-) (limited to 'cflags.SH') diff --git a/cflags.SH b/cflags.SH index dc373c798d..fd2a2c24e4 100755 --- a/cflags.SH +++ b/cflags.SH @@ -73,9 +73,7 @@ cat >_cflags.c <<__EOT__ #include /* Just in case the inclusion of perl.h did not * pull in enough system headers, let's try again. */ -#ifdef I_STDLIB #include -#endif #ifdef I_STDDEF #include #endif -- cgit v1.2.1