summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/egcs/arch/underscore.c
blob: 289aa08060c7a1a8161362117fc63b2c05426ad7 (plain)
1
2
3
4
5
6
7
/*	$NetBSD: underscore.c,v 1.1 1998/08/16 23:35:21 tv Exp $	*/

#ifdef __ELF__
int prepends_underscore = 0;
#else
int prepends_underscore = 1;
#endif