mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
Revert "[PATCH] libcpp: suppress builtin macro redefined warnings for __LINE__"
This reverts commit e7ce7c4905.
This commit is contained in:
@@ -421,7 +421,7 @@ static const struct builtin_macro builtin_array[] =
|
||||
B("__FILE__", BT_FILE, false),
|
||||
B("__FILE_NAME__", BT_FILE_NAME, false),
|
||||
B("__BASE_FILE__", BT_BASE_FILE, false),
|
||||
B("__LINE__", BT_SPECLINE, false),
|
||||
B("__LINE__", BT_SPECLINE, true),
|
||||
B("__INCLUDE_LEVEL__", BT_INCLUDE_LEVEL, true),
|
||||
B("__COUNTER__", BT_COUNTER, true),
|
||||
/* Make sure to update the list of built-in
|
||||
|
||||
Reference in New Issue
Block a user