1994-12-13 01:41:50 +03:00
|
|
|
/*
|
|
|
|
* J.T. Conklin, December 12, 1994
|
|
|
|
* Public Domain
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
|
1995-03-23 22:58:48 +03:00
|
|
|
#ifdef __indr_reference
|
|
|
|
__indr_reference(_warnx, warnx);
|
1996-04-16 03:44:53 +04:00
|
|
|
#else
|
|
|
|
|
1997-07-18 01:33:14 +04:00
|
|
|
#define __NO_NAMESPACE_H /* XXX */
|
|
|
|
#define _warnx warnx
|
|
|
|
#define _vwarnx vwarnx
|
1996-04-16 03:44:53 +04:00
|
|
|
#define rcsid _rcsid
|
|
|
|
#include "warnx.c"
|
|
|
|
|
1994-12-18 14:32:37 +03:00
|
|
|
#endif
|