* defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONG
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index a28bf900ecb3ba5d15c27f3a93d04e6babc19faf..39a20b0f9af0a391ea8dad96fbfbb1e7105f1de5 100644 (file)
@@ -511,19 +511,19 @@ 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".  */
+/* CC_HAS_LONG_LONG is defined if the host has "long long".  */
 
-#ifdef LONG_LONG
+#ifdef CC_HAS_LONG_LONG
 
 #define BUILTIN_TYPE_LONGEST builtin_type_long_long
 #define BUILTIN_TYPE_UNSIGNED_LONGEST builtin_type_unsigned_long_long
 
-#else /* not LONG_LONG.  */
+#else /* not CC_HAS_LONG_LONG.  */
 
 #define BUILTIN_TYPE_LONGEST builtin_type_long
 #define BUILTIN_TYPE_UNSIGNED_LONGEST builtin_type_unsigned_long
 
-#endif /* not LONG_LONG.  */
+#endif /* not CC_HAS_LONG_LONG.  */
 
 /* Maximum and minimum values of built-in types */
 
This page took 0.022858 seconds and 4 git commands to generate.