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]

Attn cgf: missing closing brace in cygheap.h


Just trying to get a snapshot from CVS that builds...

Gerd

Index: cygheap.h
===================================================================
RCS file: /cvs/src/src/winsup/cygwin/cygheap.h,v
retrieving revision 1.81
diff -p -u -r1.81 cygheap.h
--- cygheap.h   11 Apr 2004 04:07:18 -0000      1.81
+++ cygheap.h   11 Apr 2004 14:28:41 -0000
@@ -376,3 +376,4 @@ char *__stdcall cstrdup1 (const char *)
 void __stdcall cfree_and_set (char *&, char * = NULL) __attribute__ ((regparm(2)));
 void __stdcall cygheap_init ();
 extern DWORD _cygheap_start;
+}


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