summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/c++filt/underscore.c
blob: ece0e5e86e131d73b00b2c6dadf7e20acd0b5682 (plain)
1
2
3
4
5
6
7
/*	$NetBSD: underscore.c,v 1.1 1998/08/27 20:32:09 tv Exp $	*/

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