Remove building with NOCRYPTO option
[minix.git] / external / gpl3 / binutils / usr.bin / c++filt / underscore.c
blobe4c710c4da125cf425efee4af1851f2c863952c0
1 /* $NetBSD: underscore.c,v 1.1 2009/08/18 20:22:08 skrll Exp $ */
3 #ifdef __ELF__
4 int prepends_underscore = 0;
5 #else
6 int prepends_underscore = 1;
7 #endif