diff options
| author | lukem <lukem@NetBSD.org> | 1997-10-26 21:50:53 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-10-26 21:50:53 +0000 |
| commit | f984b5a5dc4e0958240edf56ce743acd57a8aad3 (patch) | |
| tree | 854813922ed8577921cf96fdc4ee46e2286af5c4 /regress/include/bitstring/bitstring_test.c | |
| parent | a16fd7d74ee5bc81850d200493dbf743223b2139 (diff) | |
use CPPFLAGS instead of CFLAGS
Diffstat (limited to 'regress/include/bitstring/bitstring_test.c')
| -rw-r--r-- | regress/include/bitstring/bitstring_test.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/regress/include/bitstring/bitstring_test.c b/regress/include/bitstring/bitstring_test.c index d30bd8982af..3763661b259 100644 --- a/regress/include/bitstring/bitstring_test.c +++ b/regress/include/bitstring/bitstring_test.c @@ -1,12 +1,15 @@ -/* $NetBSD: bitstring_test.c,v 1.4 1995/04/29 05:44:35 cgd Exp $ */ +/* $NetBSD: bitstring_test.c,v 1.5 1997/10/26 21:50:53 lukem Exp $ */ /* * this is a simple program to test bitstring.h * inspect the ouput, you should notice problems * choose the ATT or BSD flavor */ -/*#define ATT /*-*/ +#if 0 +#define ATT +#else #define BSD /*-*/ +#endif /* include the following define if you want the * program to link. this corrects a misspeling |
