1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

* include/time.h: Use normal comments.

2006-01-10  Andreas Jaeger  <aj@suse.de>

	* include/time.h: Use normal comments.
This commit is contained in:
Andreas Jaeger
2006-01-10 19:46:49 +00:00
parent 59de277f1d
commit 9e6c38d2c7
2 changed files with 5 additions and 1 deletions

View 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,