* include/time.h: Use normal comments.
authorAndreas Jaeger <aj@suse.de>
Tue, 10 Jan 2006 19:46:49 +0000 (19:46 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 10 Jan 2006 19:46:49 +0000 (19:46 +0000)
2006-01-10  Andreas Jaeger  <aj@suse.de>

* include/time.h: Use normal comments.

ChangeLog
include/time.h

index a3927a0..4306df9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-10  Andreas Jaeger  <aj@suse.de>
+
+       * include/time.h: Use normal comments.
+
 2006-01-10  Thomas Schwinge  <tschwinge@gnu.org>
 
        * hurd/sigunwind.c: Include <jmpbuf-unwind.h> instead of <setjmp.h>.
index adf2dea..2247365 100644 (file)
@@ -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,