diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index de7a1a5..9b99dcc 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -116,7 +116,6 @@ struct htab; /* The remainder of the punctuation. Order is not significant. */ \ OP(CPP_SEMICOLON, ";") /* structure */ \ OP(CPP_ELLIPSIS, "...") \ - OP(CPP_BACKSLASH, "\\") \ OP(CPP_PLUS_PLUS, "++") /* increment */ \ OP(CPP_MINUS_MINUS, "--") \ OP(CPP_DEREF, "->") /* accessors */ \ |