diff options
Diffstat (limited to 'ident-list.h')
| -rw-r--r-- | ident-list.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ident-list.h b/ident-list.h index 2f1fecb4..5394f587 100644 --- a/ident-list.h +++ b/ident-list.h @@ -61,14 +61,9 @@ IDENT(defined); IDENT(once); __IDENT(pragma_ident, "__pragma__", 0); __IDENT(__VA_ARGS___ident, "__VA_ARGS__", 0); -__IDENT(__LINE___ident, "__LINE__", 0); -__IDENT(__FILE___ident, "__FILE__", 0); -__IDENT(__DATE___ident, "__DATE__", 0); -__IDENT(__TIME___ident, "__TIME__", 0); __IDENT(__func___ident, "__func__", 0); __IDENT(__FUNCTION___ident, "__FUNCTION__", 0); __IDENT(__PRETTY_FUNCTION___ident, "__PRETTY_FUNCTION__", 0); -__IDENT(__COUNTER___ident, "__COUNTER__", 0); /* Sparse commands */ IDENT_RESERVED(__context__); |
