arnold@unix.cc.emory.edu (Arnold D. Robbins) (11/10/89)
If one uses cc, as the Makefile does by default, then there is a macro definition missing in the ! __STDC__ part of dfa.h. Here is a diff that fixes it. Note that gcc 1.36 on the sparc does not have the problem described in the README.sunos4 file, so no source changes are needed for that. --------- cut here ----- *** dfa.h.orig Thu Nov 9 17:04:06 1989 --- dfa.h Thu Nov 9 17:04:12 1989 *************** *** 145,150 **** --- 145,151 ---- #define ISALNUM(c) (isascii(c) && isalnum(c)) #define ISALPHA(c) (isascii(c) && isalpha(c)) + #define ISUPPER(c) (isascii(c) && isupper(c)) #endif /* ! __STDC__ */ -- Arnold Robbins -- Emory Information Technology Division | Laundry increases DOMAIN: arnold@emoryu1.cc.emory.edu | exponentially in the UUCP: gatech!emoryu1!arnold PHONE: +1 404 727-7636 | number of children. BITNET: arnold@emoryu1 FAX: +1 404 727-2599 | -- Miriam Hartholz