diff options
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/system.h b/gcc/system.h index be9c81b..295c287 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -84,11 +84,6 @@ extern int fputs_unlocked PARAMS ((const char *, FILE *)); replacement instead. */ #include <safe-ctype.h> -/* Define a default escape character; it's different for EBCDIC. */ -#ifndef TARGET_ESC -#define TARGET_ESC 033 -#endif - #include <sys/types.h> #include <errno.h> |