]> oss.titaniummirror.com Git - nesc.git/blobdiff - src/toplev.c
Pristine nesc-1.3.4
[nesc.git] / src / toplev.c
index 6a241ed8c88bd3f47f19d6b956c7263655797edb..b0129b04b19b337db33673c073816e3a5dacb7db 100644 (file)
@@ -192,6 +192,10 @@ static bool c_option(char *p)
       warn_trigraphs = 1;
       warn_comments = 1;
     }
+  else if (!strcmp (p, "-H"))
+    {
+      print_include_names = 1;
+    }
   else
     return FALSE;