X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/08b13bc1cb693451c1e9f50f770acaddf42ed9da..f9754b35f2f3b4c5cb0890f154181d2bab66c679:/sbr/ctype-checked.c diff --git a/sbr/ctype-checked.c b/sbr/ctype-checked.c index 1cfdfae2..651d06cf 100644 --- a/sbr/ctype-checked.c +++ b/sbr/ctype-checked.c @@ -1,5 +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. @@ -7,7 +6,7 @@ * distribution for complete copyright information. */ -#include +#include "config.h" #ifndef NDEBUG @@ -16,7 +15,7 @@ #error "Please report this to nmh's authors." #endif -#include +#include "ctype-checked.h" /* ctype_identity returns its index less one allowing [EOF, 255] to be * used as indexes to ctype_identity + 1. */ @@ -45,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