aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r--gcc/cpplex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c
index 1a60288..c1dae50 100644
--- a/gcc/cpplex.c
+++ b/gcc/cpplex.c
@@ -1721,6 +1721,7 @@ cpp_parse_escape (pfile, pstr, limit, mask)
case 'a':
if (CPP_WTRADITIONAL (pfile))
cpp_warning (pfile, "the meaning of '\\a' is different in traditional C");
+ c = TARGET_BELL;
break;
case 'e': case 'E':