* defaults.h (TARGET_ESC): Move ...
* system.h: ... here, where Linas had it in the first place. Silly me.
From-SVN: r29194
+Wed Sep 8 00:00:16 1999 Richard Henderson <rth@cygnus.com>
+
+ * defaults.h (TARGET_ESC): Move ...
+ * system.h: ... here, where Linas had it in the first place. Silly me.
+
Tue Sep 7 23:46:35 1999 Linas Vepstas <linas@linas.org>
* c-common.c: Use ISGRAPH, ISLOWER, toupper.
#ifndef PROMOTE_PROTOTYPES
#define PROMOTE_PROTOTYPES 0
#endif
-
-/* Define a default escape character; its different for EBCDIC. */
-#ifndef TARGET_ESC
-#define TARGET_ESC 033
-#endif
host does not conform to Posix. */
#define ISDIGIT(c) ((unsigned) (c) - '0' <= 9)
+/* Define a default escape character; its different for EBCDIC. */
+#ifndef TARGET_ESC
+#define TARGET_ESC 033
+#endif
+
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif