From e685ccffdf3ef6ffca20c29477594176a63c16e5 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sun, 16 Mar 2003 22:15:19 +0000 Subject: * include/tchar.h: Ansi-fy a comment. --- winsup/mingw/ChangeLog | 4 ++++ winsup/mingw/include/tchar.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'winsup/mingw') diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index fe9068b..fd4dfce 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,5 +1,9 @@ 2003-03-16 Danny Smith + * include/tchar.h: Ansi-fy a comment. + +2003-03-16 Danny Smith + * profile/profile.h (mcount): Use __builtin_return_address rather than inline __asm statements. * profile/Makefile.in: Remove special rule for mcount.o diff --git a/winsup/mingw/include/tchar.h b/winsup/mingw/include/tchar.h index a82347d..d0c96db 100644 --- a/winsup/mingw/include/tchar.h +++ b/winsup/mingw/include/tchar.h @@ -70,7 +70,7 @@ typedef wchar_t _TCHAR; #define __TEXT(q) L##q /* for porting from other Windows compilers */ -#if 0 // no wide startup module +#if 0 /* no wide startup module */ #define _tmain wmain #define _tWinMain wWinMain #define _tenviron _wenviron -- cgit v1.1