fix criterion to start `.lib' and `.global gnd' processing

This commit is contained in:
h_vogt 2013-11-02 15:22:30 +01:00 committed by rlar
parent 10f651da35
commit 3c49c4eb8f
1 changed files with 1 additions and 1 deletions

View File

@ -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 ||