OSDN Git Service

* cygheap.h: Replace inexplicably removed closing brace.
authorcgf <cgf>
Sun, 11 Apr 2004 17:36:05 +0000 (17:36 +0000)
committercgf <cgf>
Sun, 11 Apr 2004 17:36:05 +0000 (17:36 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.h

index 243b20c..00c0e2d 100644 (file)
@@ -1,5 +1,9 @@
 2004-04-11  Christopher Faylor  <cgf@alum.bu.edu>
 
+       * cygheap.h: Replace inexplicably removed closing brace.
+
+2004-04-11  Christopher Faylor  <cgf@alum.bu.edu>
+
        * cygheap.h (CYGHEAP_SLOP): Reduce drastically to avoid collisions.
 
 2004-04-11  Pierre Humblet <pierre.humblet@ieee.org>
index ef84f18..8d065fe 100644 (file)
@@ -376,3 +376,4 @@ char *__stdcall cstrdup1 (const char *) __attribute__ ((regparm(1)));
 void __stdcall cfree_and_set (char *&, char * = NULL) __attribute__ ((regparm(2)));
 void __stdcall cygheap_init ();
 extern DWORD _cygheap_start;
+}