Browse Source

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

pre-master-46
h_vogt 13 years ago
committed by rlar
parent
commit
3c49c4eb8f
  1. 2
      src/frontend/inpcom.c

2
src/frontend/inpcom.c

@ -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…
Cancel
Save