Commit 794c765c by Richard Stallman

Include ctype.h.

From-SVN: r5796
parent 81a55c6c
...@@ -16,6 +16,7 @@ along with this program; if not, write to the Free Software ...@@ -16,6 +16,7 @@ along with this program; if not, write to the Free Software
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h> #include <stdio.h>
#include <ctype.h>
#include "scan.h" #include "scan.h"
#define HASH_SIZE 2503 /* a prime */ #define HASH_SIZE 2503 /* a prime */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment