cc/lex: do not crash on -I without arg

This commit is contained in:
ftrvxmtrx 2013-02-02 16:54:09 +01:00
parent d41f67c2b9
commit 0b212ed505

View file

@ -80,6 +80,7 @@ main(int argc, char *argv[])
case 'I':
p = ARGF();
if(p)
setinclude(p);
break;
} ARGEND