fix criterion to start `.lib' and `.global gnd' processing
This commit is contained in:
parent
10f651da35
commit
3c49c4eb8f
|
|
@ -891,7 +891,7 @@ inp_read(FILE *fp, int call_depth, char *dir_name, bool comfile, bool intfile)
|
|||
return rv;
|
||||
}
|
||||
|
||||
if (call_depth == 0 && found_end == TRUE) {
|
||||
if (call_depth == 0 && !comfile) {
|
||||
cc->li_next = xx_new_line(cc->li_next, copy(".global gnd"), 1, 0);
|
||||
|
||||
if (inp_compat_mode == COMPATMODE_ALL ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue