]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/process.h: Remove the #endif associated with removal of
authorChristopher Faylor <me@cgf.cx>
Fri, 12 Mar 2004 16:39:37 +0000 (16:39 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 12 Mar 2004 16:39:37 +0000 (16:39 +0000)
__STRICT_ANSI__ guard from non-ANSI header.

winsup/mingw/ChangeLog
winsup/mingw/include/process.h

index e30f6afff90e4dbd1caef3063396abc9b71fc432..d27c62df7708ad739937f4551407fd75c545539a 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-11  Brian Keener  <bkeener@thesoftwaresource.com>
+
+       * include/process.h: Remove the #endif associated with removal of
+       __STRICT_ANSI__ guard from non-ANSI header.
+
 2004-03-10  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/conio.h: Remove __STRICT_ANSI__ guard from non-ANSI header.
index 6d61b2a2b63ebfed591acac4a803cd647aa6ca56..ab9d3538a27b32443ea5a76348bc37a89dba1907 100644 (file)
@@ -152,5 +152,3 @@ _CRTIMP int __cdecl spawnvpe (int, const char*, const char* const*, const char*
 #endif /* Not RC_INVOKED */
 
 #endif /* _PROCESS_H_ not defined */
-
-#endif /* Not __STRICT_ANSI__ */
This page took 0.034714 seconds and 5 git commands to generate.