diff options
author | YamaArashi <shadow962@live.com> | 2016-02-12 22:30:42 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-12 22:30:42 -0800 |
commit | 09f3893dbdbd3010cca49e0440bef81ea5ff8d4c (patch) | |
tree | a2e9e1e8b0a3e668b137db0915d85a528d0227e2 /gcc/c-tree.h | |
parent | ef3a1796662108f019de5d018269abb28250934f (diff) |
remove standalone preprocessor
Diffstat (limited to 'gcc/c-tree.h')
-rwxr-xr-x | gcc/c-tree.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 |