Remove GCC_UNUSED under FREEBSD_NATIVE option.

Requested by:	ache
This commit is contained in:
luoqi 1999-09-03 17:56:05 +00:00
parent dfe06dcb7d
commit e2743a0286

View File

@ -50,6 +50,8 @@ char *UP;
char *BC;
#ifdef FREEBSD_NATIVE
#undef GCC_UNUSED
#define GCC_UNUSED
extern char _nc_termcap[]; /* buffer to copy out */
#endif