diff options
author | mcafee%netscape.com <devnull@localhost> | 1999-01-23 00:52:08 +0000 |
---|---|---|
committer | mcafee%netscape.com <devnull@localhost> | 1999-01-23 00:52:08 +0000 |
commit | 11298d2dd648dc94db422de5ca7687dced33a081 (patch) | |
tree | 36a983f3a6800a1238eaadc37996fc04a851bfd0 | |
parent | 659a001faabf15bd41b1c49fbb1ed395c4dfdbd9 (diff) | |
download | nss-hg-11298d2dd648dc94db422de5ca7687dced33a081.tar.gz |
Compiler warning
-rw-r--r-- | dbm/tests/lots.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dbm/tests/lots.c b/dbm/tests/lots.c index 2070acc95..db7771564 100644 --- a/dbm/tests/lots.c +++ b/dbm/tests/lots.c @@ -63,9 +63,6 @@ int MsgPriority=5; #define uint32 unsigned int #endif -/* Hmm, everyone seems to be defining this. */ -#define STDC_HEADERS - typedef enum { USE_LARGE_KEY, USE_SMALL_KEY |