diff options
| author | mrg <mrg@NetBSD.org> | 2016-06-07 06:14:16 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2016-06-07 06:14:16 +0000 |
| commit | f21e40800876b6c66f83807cd21136bbf55a5026 (patch) | |
| tree | 45c68761ea10337e4afb1fa8846a563bac1701e2 /external/gpl3/gcc/dist/libcpp/include/cpplib.h | |
| parent | cede1f5b329b7fda8196fb9769adb2174e8af04a (diff) | |
merge GCC 5.4.0. (needs mknative, may not build yet.)
Diffstat (limited to 'external/gpl3/gcc/dist/libcpp/include/cpplib.h')
| -rw-r--r-- | external/gpl3/gcc/dist/libcpp/include/cpplib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/gpl3/gcc/dist/libcpp/include/cpplib.h b/external/gpl3/gcc/dist/libcpp/include/cpplib.h index a5aa08592f3..6ccb441ff41 100644 --- a/external/gpl3/gcc/dist/libcpp/include/cpplib.h +++ b/external/gpl3/gcc/dist/libcpp/include/cpplib.h @@ -807,6 +807,7 @@ extern int cpp_avoid_paste (cpp_reader *, const cpp_token *, extern const cpp_token *cpp_get_token (cpp_reader *); extern const cpp_token *cpp_get_token_with_location (cpp_reader *, source_location *); +extern bool cpp_fun_like_macro_p (cpp_hashnode *); extern const unsigned char *cpp_macro_definition (cpp_reader *, cpp_hashnode *); extern void _cpp_backup_tokens (cpp_reader *, unsigned int); |
