diff options
author | cls%seawood.org <devnull@localhost> | 2000-03-02 15:57:10 +0000 |
---|---|---|
committer | cls%seawood.org <devnull@localhost> | 2000-03-02 15:57:10 +0000 |
commit | 503ab28f1ade1433a542a114cd9256f7cf7d2f54 (patch) | |
tree | a612cd8acc9be758c39c23e8d90684664eaca405 /dbm | |
parent | 9b62102ae296a939b0db732b1eec598db18031b0 (diff) | |
download | nss-hg-503ab28f1ade1433a542a114cd9256f7cf7d2f54.tar.gz |
Remove the HAVE_UINT define & uint typedef as NSPR unconditionally typedefs uint.
Diffstat (limited to 'dbm')
-rw-r--r-- | dbm/include/mcom_db.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dbm/include/mcom_db.h b/dbm/include/mcom_db.h index 260eb9811..774b86c4e 100644 --- a/dbm/include/mcom_db.h +++ b/dbm/include/mcom_db.h @@ -294,11 +294,6 @@ typedef enum { LockOutDatabase, UnlockDatabase } DBLockFlagEnum; #define DB_TXN 0x8000 /* Do transactions. */ #endif -/* if we're using gcc's -pedantic-errors, uint isn't defined */ -#if !defined(HAVE_UINT) -typedef unsigned int uint; -#endif - /* Access method description structure. */ typedef struct __db { DBTYPE type; /* Underlying db type. */ |