aboutsummaryrefslogtreecommitdiff
path: root/gcc/mbchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/mbchar.c')
-rw-r--r--gcc/mbchar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/mbchar.c b/gcc/mbchar.c
index 3978612..71cc99c 100644
--- a/gcc/mbchar.c
+++ b/gcc/mbchar.c
@@ -329,4 +329,6 @@ local_mb_cur_max ()
return 1; /* default */
#endif
}
+#else /* MULTIBYTE_CHARS */
+extern int dummy; /* silence 'ANSI C forbids an empty source file' warning */
#endif /* MULTIBYTE_CHARS */