Use safe-ctype.h not ctype.h

This commit is contained in:
Nick Clifton
2001-10-13 09:38:04 +00:00
parent 03dd63aa03
commit 37111cc728
13 changed files with 117 additions and 116 deletions

View File

@ -23,7 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
*/
#include "sysdep.h"
#include <ctype.h>
#include <stdio.h>
#include <stdarg.h>
#include "ansidecl.h"