aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index b66d53c..ad1a478 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -5611,7 +5611,7 @@ handle_braces (p)
atom = p;
while (ISIDNUM(*p) || *p == '-' || *p == '+' || *p == '='
- || *p == ',' || *p == '.')
+ || *p == ',' || *p == '.' || *p == '@')
p++;
end_atom = p;