X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=src%2Ftoplev.c;fp=src%2Ftoplev.c;h=b0129b04b19b337db33673c073816e3a5dacb7db;hp=6a241ed8c88bd3f47f19d6b956c7263655797edb;hb=2ecfe2ef876b4d5d28b1e857c7dfb3d78b43b3b6;hpb=fcf9c84cd00a6af405bb8d2f838e10ef89482857 diff --git a/src/toplev.c b/src/toplev.c index 6a241ed..b0129b0 100644 --- a/src/toplev.c +++ b/src/toplev.c @@ -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;