* Makefile.in (SFILES_MAINDIR): Add ch-exp.y.
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 95f40359e44d5213522524f16c905daa023f35e6..23c464488d2cb7d1f4a61b82b243451078875c76 100644 (file)
@@ -80,7 +80,7 @@ enum type_code
 
   /* Modula-2 */
   TYPE_CODE_CHAR,              /* *real* character type */
-  TYPE_CODE_BOOL               /* Builtin Modula-2 BOOLEAN */
+  TYPE_CODE_BOOL               /* Builtin Modula-2/Chill BOOLEAN */
 };
 
 /* For now allow source to use TYPE_CODE_CLASS for C++ classes, as an
@@ -489,6 +489,13 @@ extern struct type *builtin_type_m2_card;
 extern struct type *builtin_type_m2_real;
 extern struct type *builtin_type_m2_bool;
 
+/* Chill types */
+
+extern struct type *builtin_type_chill_bool;
+extern struct type *builtin_type_chill_long;
+extern struct type *builtin_type_chill_ulong;
+extern struct type *builtin_type_chill_real;
+
 /* LONG_LONG is defined if the host has "long long".  */
 
 #ifdef LONG_LONG
This page took 0.0234 seconds and 4 git commands to generate.