This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch] src/winsup/mingw/include/process.h __STRICT_ANSI__


I notice when trying to compile the #endif got left behind.  Sure you found it by 
now.

bk

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.

Index: ./src/src/winsup/mingw/include/process.h
===================================================================
RCS file: /cvs/src/src/winsup/mingw/include/process.h,v
retrieving revision 1.5
diff -p -2 -r1.5 process.h
*** ./src/src/winsup/mingw/include/process.h   11 Mar 2004 09:41:08 -0000      1.5
--- ./src/src/winsup/mingw/include/process.h   11 Mar 2004 21:49:28 -0000
*************** _CRTIMP int __cdecl spawnvpe (int, const
*** 153,156 ****
  
  #endif       /* _PROCESS H_ not defined */
- 
- #endif       /* Not __STRICT_ANSI__ */
--- 153,154 ----





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]