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