]> sourceware.org Git - newlib-cygwin.git/commitdiff
* cygheap.h: Replace inexplicably removed closing brace.
authorChristopher Faylor <me@cgf.cx>
Sun, 11 Apr 2004 17:36:05 +0000 (17:36 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 11 Apr 2004 17:36:05 +0000 (17:36 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/cygheap.h

index 243b20cbc87d2c84a49e5089ed41c9f5d33acf32..00c0e2d8e27b5b2693d608b64019d344552ad368 100644 (file)
@@ -1,3 +1,7 @@
+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.
index ef84f18efeaff82cddc6e8a89027e249fbfce022..8d065fee93938abbe187248cb5975eb87cc56b59 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;
+}
This page took 0.03503 seconds and 5 git commands to generate.