From 9e6c38d2c7cb78a1dd8b67c602e956e4d49630fe Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 10 Jan 2006 19:46:49 +0000 Subject: [PATCH] * include/time.h: Use normal comments. 2006-01-10 Andreas Jaeger * include/time.h: Use normal comments. --- ChangeLog | 4 ++++ include/time.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a3927a0..4306df9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-10 Andreas Jaeger + + * include/time.h: Use normal comments. + 2006-01-10 Thomas Schwinge * hurd/sigunwind.c: Include instead of . diff --git a/include/time.h b/include/time.h index adf2dea..2247365 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, -- 2.7.4