summaryrefslogtreecommitdiff
path: root/ctype
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-10-02 21:58:35 +0000
committerRoland McGrath <roland@gnu.org>1992-10-02 21:58:35 +0000
commit4438692d557c81f89c7352a3bdf3b6f9b8fae6cf (patch)
tree485aecce188c894cf5a6d115d1219e1d13548e79 /ctype
parent09f75275d41039e904d2b8c490f28087a1abe3f8 (diff)
Formerly ../ctype/ctype.h.~7~
Diffstat (limited to 'ctype')
-rw-r--r--ctype/ctype.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ctype/ctype.h b/ctype/ctype.h
index 7ce604e758..82f70cca33 100644
--- a/ctype/ctype.h
+++ b/ctype/ctype.h
@@ -64,9 +64,7 @@ extern __const unsigned char *__ctype_toupper; /* Case conversions. */
#define __tolower(c) __ctype_tolower[c]
#define __toupper(c) __ctype_toupper[c]
-/* @ This line MUST be broken! m4 will not change it otherwise. @ */
-#define __exctype(name) \
- extern int name __P ((int))
+#define __exctype(name) extern int name __P ((int))
/* The following names are all functions:
int isCHARACTERISTIC(int c);