From 4de9dbfa2c7bea00f7d2dcad14eea71f0ef995f7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 25 Jan 2001 08:10:36 +0000 Subject: Update. 2001-01-25 Ulrich Drepper * conform/data/ctype.h-data: Use correct comment form. * conform/data/errno.h-data: Likewise. * conform/data/math.h-data: Likewise. * conform/data/mqueue.h-data: Likewise. * conform/data/netdb.h-data: Likewise. * conform/data/pthread.h-data: Likewise. --- conform/data/ctype.h-data | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conform/data/ctype.h-data') diff --git a/conform/data/ctype.h-data b/conform/data/ctype.h-data index f0aa947873..7454bd3288 100644 --- a/conform/data/ctype.h-data +++ b/conform/data/ctype.h-data @@ -16,12 +16,12 @@ function int toupper (int) function int isascii (int) function int toascii (int) -# XPG says the following two are macros. But we test a bit more strictly. +// XPG says the following two are macros. But we test a bit more strictly. function int _toupper (int) function int _tolower (int) -# The following is not entirely correct. It should be is[a-z]* but the -# replacement fnmatch implementation does not grok it. +// The following is not entirely correct. It should be is[a-z]* but the +// replacement fnmatch implementation does not grok it. allow is* allow to* -- cgit v1.2.3