minior message change to cpp error statements

This commit is contained in:
hyung-hwan 2011-05-24 23:11:42 +00:00
parent 948f5de1cb
commit 8497ddae25

View File

@ -1,5 +1,5 @@
/* /*
* $Id: time.c 455 2011-05-09 16:11:13Z hyunghwan.chung $ * $Id: time.c 478 2011-05-24 05:11:42Z hyunghwan.chung $
* *
Copyright 2006-2011 Chung, Hyung-Hwan. Copyright 2006-2011 Chung, Hyung-Hwan.
This file is part of QSE. This file is part of QSE.
@ -319,14 +319,14 @@ int qse_localtime (qse_ntime_t nt, qse_btime_t* bt)
struct tm btm; struct tm btm;
tm = _localtime (&t, &btm); tm = _localtime (&t, &btm);
# else # else
# error Please support other compilers that I didn't try. # error Please support other compilers
# endif # endif
#elif defined(__DOS__) #elif defined(__DOS__)
# if defined(__WATCOMC__) # if defined(__WATCOMC__)
struct tm btm; struct tm btm;
tm = _localtime (&t, &btm); tm = _localtime (&t, &btm);
# else # else
# error Please support other compilers that I didn't try. # error Please support other compilers
# endif # endif
#else #else
struct tm btm; struct tm btm;