C++ compile support
[deliverable/binutils-gdb.git] / gdb / compile / compile-internal.h
index c8d2d2f4270f3fbc668da6b3a08bff9461c04316..a6e7330ae86d223fb9d03ea8c1491a6a90a63168 100644 (file)
@@ -164,6 +164,10 @@ protected:
 #define COMPILE_I_EXPR_VAL "__gdb_expr_val"
 #define COMPILE_I_EXPR_PTR_TYPE "__gdb_expr_ptr_type"
 
+/* A "type" to indicate a NULL type.  */
+
+const gcc_type GCC_TYPE_NONE = (gcc_type) -1;
+
 /* Call gdbarch_register_name (GDBARCH, REGNUM) and convert its result
    to a form suitable for the compiler source.  The register names
    should not clash with inferior defined macros. */
This page took 0.026216 seconds and 4 git commands to generate.