4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 04:19:21 +08:00

white space

This commit is contained in:
Christopher Faylor 2005-05-27 18:42:03 +00:00
parent 1bbf1ac6a5
commit e1e5d196d2

View File

@ -428,5 +428,5 @@ char *__stdcall cstrdup (const char *) __attribute__ ((regparm(1)));
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 __attribute__((section(".cygheap")));
extern DWORD _cygheap_start __attribute__((section(".cygheap")));
}