aboutsummaryrefslogtreecommitdiff
path: root/gas/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/app.c')
-rw-r--r--gas/app.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/app.c b/gas/app.c
index 09c795c..915b1ba 100644
--- a/gas/app.c
+++ b/gas/app.c
@@ -1171,6 +1171,10 @@ do_scrub_chars (get, tostart, tolen)
if ((symver_state != NULL) && (*symver_state == 0))
goto de_fault;
#endif
+#ifdef WARN_COMMENTS
+ if (!found_comment)
+ as_where (&found_comment_file, &found_comment);
+#endif
do
{
ch = GET ();