1*29957Smckusick /* 2*29957Smckusick * @(#)no_lg.c 5.1 (Berkeley) 11/03/86 3*29957Smckusick */ 4*29957Smckusick 5*29957Smckusick /* 6*29957Smckusick * @(#)no_lg.c 1.2 7*29957Smckusick * 8*29957Smckusick * ld -lg ... 9*29957Smckusick * then /usr/lib/libg.a is loaded and defines _dbsubc as non-zero. 10*29957Smckusick * Otherwise, this is loaded defining it as zero. 11*29957Smckusick * in main.c, f77_abort() uses this to decide whether or not to call 12*29957Smckusick * abort to terminate. 13*29957Smckusick */ 14*29957Smckusick 15*29957Smckusick char id_no_lg[] = "@(#)no_lg.c 5.2"; 16*29957Smckusick 17*29957Smckusick int _dbsubc = 0; 18