diff options
author | Fred Fish <fnf@specifix.com> | 1992-11-16 19:25:35 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-11-16 19:25:35 +0000 |
commit | 19cfe25d9010c84f8e8f973acf0587ec92489126 (patch) | |
tree | bb49061e07108729ab0445ec53e1a9b90433ec8f /gdb/language.h | |
parent | 45a655b0b67e5f21ee23119cc34bf7125965e59d (diff) | |
download | gdb-19cfe25d9010c84f8e8f973acf0587ec92489126.zip gdb-19cfe25d9010c84f8e8f973acf0587ec92489126.tar.gz gdb-19cfe25d9010c84f8e8f973acf0587ec92489126.tar.bz2 |
First cut at sanitizing away the chill stuff.
Diffstat (limited to 'gdb/language.h')
-rw-r--r-- | gdb/language.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/language.h b/gdb/language.h index 9fd39b2..ec8c539 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -32,7 +32,9 @@ struct value; /* #include "lang_def.h" */ #define _LANG_c #define _LANG_m2 +/* start-sanitize-chill */ #define _LANG_chill +/* end-sanitize-chill */ /* range_mode == range_mode_auto: range_check set automatically to default of language. |