OSDN Git Service

cp:
[pf3gnuchains/gcc-fork.git] / gcc / c-common.h
index c90cbfb..a7581df 100644 (file)
@@ -420,10 +420,6 @@ extern int warn_pointer_arith;
 /* Nonzero means to warn about compile-time division by zero.  */
 extern int warn_div_by_zero;
 
-/* Nonzero means do some things the same way PCC does.  */
-
-extern int flag_traditional;
-
 /* Nonzero means enable C89 Amendment 1 features.  */
 
 extern int flag_isoc94;
@@ -538,6 +534,7 @@ extern char *get_directive_line                     PARAMS ((void));
    and, if so, perhaps change them both back to their original type.  */
 extern tree shorten_compare                    PARAMS ((tree *, tree *, tree *, enum tree_code *));
 
+extern tree pointer_int_sum                    PARAMS ((enum tree_code, tree, tree));
 extern unsigned int min_precision              PARAMS ((tree, int));
 
 /* Add qualifiers to a type, in the fashion for C.  */