Add nowerror and local to the list of tokens.
This commit is contained in:
parent
622c9cdd31
commit
44fcf30bdd
@ -411,6 +411,7 @@ read_file(char *fname)
|
||||
* [ dependency "dependency-list"] [ before-depend ]
|
||||
* [ clean "file-list"] [ warning "text warning" ]
|
||||
* [ obj-prefix "file prefix"]
|
||||
* [ nowerror ] [ local ]
|
||||
*/
|
||||
wd = get_word(fp);
|
||||
if (wd == (char *)EOF) {
|
||||
|
Loading…
Reference in New Issue
Block a user