X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..c576ad2674c37a1c63f004c71049998f38854c64:/sbr/ctype-checked.c diff --git a/sbr/ctype-checked.c b/sbr/ctype-checked.c index 880f1f07..4f2a15d3 100644 --- a/sbr/ctype-checked.c +++ b/sbr/ctype-checked.c @@ -1,4 +1,4 @@ -/* sbr/ctype-checked.c: checks char isn't used as the value for each of +/* ctype-checked.c -- checks char isn't used as the value for each of * the ctype functions * * This code is Copyright (c) 2016, by the authors of nmh. @@ -44,6 +44,6 @@ int ctype_identity[257] = { /* Need to put a symbol in the .c file with NDEBUG so the compilation * unit isn't empty. */ -void ctype_checked(); +void ctype_checked(void); #endif