From 09f3893dbdbd3010cca49e0440bef81ea5ff8d4c Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 12 Feb 2016 22:30:42 -0800 Subject: remove standalone preprocessor --- gcc/c-tree.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/c-tree.h') diff --git a/gcc/c-tree.h b/gcc/c-tree.h index ebf0d8b..cfbeaa8 100755 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -187,13 +187,8 @@ extern tree convert_and_check PROTO((tree, tree)); extern void overflow_warning PROTO((tree)); extern void unsigned_conversion_warning PROTO((tree, tree)); /* Read the rest of the current #-directive line. */ -#if USE_CPPLIB extern char *get_directive_line PROTO((void)); #define GET_DIRECTIVE_LINE() get_directive_line () -#else -extern char *get_directive_line PROTO((FILE *)); -#define GET_DIRECTIVE_LINE() get_directive_line (finput) -#endif /* Subroutine of build_binary_op, used for comparison operations. See if the operands have both been converted from subword integer types -- cgit v1.2.3