* cygheap.h: Replace inexplicably removed closing brace.
This commit is contained in:
parent
0cb38eb551
commit
1ed8d18733
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue