* include/stdlib.h: Make words after #endif a comment.

This commit is contained in:
Earnie Boyd 2003-02-08 14:30:29 +00:00
parent 313f134979
commit 9d55ae91b8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-02-08 Earnie Boyd <earnie@users.sf.net>
* include/stdlib.h: Make words after #endif a comment.
2003-02-07 Danny Smith <dannysmith@users.sourceforge.net>
* include/locale.h: Include stddef.h for definition of NULL.

View File

@ -236,7 +236,7 @@ __MINGW_IMPORT unsigned int _osver;
__MINGW_IMPORT unsigned int _winver;
__MINGW_IMPORT unsigned int _winmajor;
__MINGW_IMPORT unsigned int _winminor;
#endif __DECLSPEC_SUPPORTED
#endif /* __DECLSPEC_SUPPORTED */
#else
/* Not msvcrtxx.dll, thus crtdll.dll */