aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorNeil Booth <neil@cat.daikokuya.demon.co.uk>2001-06-27 06:55:29 +0000
committerNeil Booth <neil@gcc.gnu.org>2001-06-27 06:55:29 +0000
commit501990bbfca586dd26a941f65fce7b7a5a9440ae (patch)
tree9362672ad53c9697b55642ba54ba293d0e394ede /gcc/system.h
parent84690a975d2dc7a0172c3686eb43e6ea2047b969 (diff)
downloadgcc-501990bbfca586dd26a941f65fce7b7a5a9440ae.zip
gcc-501990bbfca586dd26a941f65fce7b7a5a9440ae.tar.gz
gcc-501990bbfca586dd26a941f65fce7b7a5a9440ae.tar.bz2
system.h (TARGET_ESC): Move to ...
* system.h (TARGET_ESC): Move to ... * defaults.h (TARGET_ESC): ... here. * target-def.h (TARGET_VALID_DECL_ATTRIBUTE, TARGET_VALID_TYPE_ATTRIBUTE): Default to a no-op handler. * tree.c (default_valid_attribute_p): New. (valid_machine_attribute): Handlers can not be NULL. * tree.h (default_valid_attribute_p): New. * doc/tm.texi: Document TARGET_ESC. * cp/decl2.c (import_export_class): Update. From-SVN: r43605
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h5
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>