]> oss.titaniummirror.com Git - nesc.git/blobdiff - src/toplev.c
Pristine nesc-1.3.4
[nesc.git] / src / toplev.c
index 5938ddb38a936692a3cb0c9287af954315de7368..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;
 
@@ -341,6 +345,8 @@ int region_main(int argc, char **argv) deletes
                    }
                }
            }
+         else if (!strcmp(str, "include"))
+           add_nesc_include(arg, TRUE);
        }
       else
        filename = argv[i++];