diff options
author | Andreas Jaeger <aj@suse.de> | 2006-01-10 19:46:49 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2006-01-10 19:46:49 +0000 |
commit | 9e6c38d2c7cb78a1dd8b67c602e956e4d49630fe (patch) | |
tree | 0158735f0a888dcc456ef5dd390edac8f79e39a7 /include | |
parent | 59de277f1da1763528ba23f3c7c9f1334867f2a1 (diff) | |
download | glibc-9e6c38d2c7cb78a1dd8b67c602e956e4d49630fe.tar.gz glibc-9e6c38d2c7cb78a1dd8b67c602e956e4d49630fe.tar.xz glibc-9e6c38d2c7cb78a1dd8b67c602e956e4d49630fe.zip |
* include/time.h: Use normal comments.
2006-01-10 Andreas Jaeger <aj@suse.de> * include/time.h: Use normal comments.
Diffstat (limited to 'include')
-rw-r--r-- | include/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/time.h b/include/time.h index adf2dea1ec..224736540b 100644 --- a/include/time.h +++ b/include/time.h @@ -92,7 +92,7 @@ extern int __getclktck (void); /* strptime support. */ /* Status of lookup: do we use the locale data or the raw data? */ #ifndef __cplusplus -// C++ cannot deal with using 'not'. +/* C++ cannot deal with using 'not'. */ enum ptime_locale_status { not, loc, raw }; extern char * __strptime_internal (const char *rp, const char *fmt, |