mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-20 01:51:39 +00:00
removing old NSPR20 #ifdefs
This commit is contained in:
parent
15751816da
commit
4229291c6d
@ -160,9 +160,6 @@
|
|||||||
#ifdef macintosh
|
#ifdef macintosh
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "xp_mcom.h"
|
#include "xp_mcom.h"
|
||||||
#ifndef NSPR20
|
|
||||||
#include "prmacos.h"
|
|
||||||
#endif
|
|
||||||
#define BIG_ENDIAN 4321
|
#define BIG_ENDIAN 4321
|
||||||
#define LITTLE_ENDIAN 1234
|
#define LITTLE_ENDIAN 1234
|
||||||
#define BYTE_ORDER BIG_ENDIAN
|
#define BYTE_ORDER BIG_ENDIAN
|
||||||
|
@ -76,12 +76,6 @@ static char sccsid[] = "@(#)hash_bigkey.c 8.3 (Berkeley) 5/31/94";
|
|||||||
#include "page.h"
|
#include "page.h"
|
||||||
/* #include "extern.h" */
|
/* #include "extern.h" */
|
||||||
|
|
||||||
#ifndef NSPR20
|
|
||||||
#if defined(__sun)
|
|
||||||
# include "sunos4.h"
|
|
||||||
#endif /* __sun */
|
|
||||||
#endif /* NSPR20 */
|
|
||||||
|
|
||||||
static int collect_key __P((HTAB *, BUFHEAD *, int, DBT *, int));
|
static int collect_key __P((HTAB *, BUFHEAD *, int, DBT *, int));
|
||||||
static int collect_data __P((HTAB *, BUFHEAD *, int, int));
|
static int collect_data __P((HTAB *, BUFHEAD *, int, int));
|
||||||
|
|
||||||
|
@ -86,12 +86,6 @@ static char sccsid[] = "@(#)hash_page.c 8.7 (Berkeley) 8/16/94";
|
|||||||
#include "page.h"
|
#include "page.h"
|
||||||
/* #include "extern.h" */
|
/* #include "extern.h" */
|
||||||
|
|
||||||
#ifndef NSPR20
|
|
||||||
#if defined(__sun)
|
|
||||||
# include "sunos4.h"
|
|
||||||
#endif /* __sun */
|
|
||||||
#endif /* NSPR20 */
|
|
||||||
|
|
||||||
static uint32 *fetch_bitmap __P((HTAB *, uint32));
|
static uint32 *fetch_bitmap __P((HTAB *, uint32));
|
||||||
static uint32 first_free __P((uint32));
|
static uint32 first_free __P((uint32));
|
||||||
static int open_temp __P((HTAB *));
|
static int open_temp __P((HTAB *));
|
||||||
|
@ -70,12 +70,6 @@ static char sccsid[] = "@(#)hash.c 8.9 (Berkeley) 6/16/94";
|
|||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "page.h"
|
#include "page.h"
|
||||||
|
|
||||||
#ifndef NSPR20
|
|
||||||
#if defined(__sun)
|
|
||||||
# include "sunos4.h"
|
|
||||||
#endif /* __sun */
|
|
||||||
#endif /* NSPR20 */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#include "extern.h"
|
#include "extern.h"
|
||||||
*/
|
*/
|
||||||
|
@ -74,12 +74,6 @@ static char sccsid[] = "@(#)hash_buf.c 8.5 (Berkeley) 7/15/94";
|
|||||||
#include "page.h"
|
#include "page.h"
|
||||||
/* #include "extern.h" */
|
/* #include "extern.h" */
|
||||||
|
|
||||||
#ifndef NSPR20
|
|
||||||
#if defined(__sun)
|
|
||||||
# include "sunos4.h"
|
|
||||||
#endif /* __sun */
|
|
||||||
#endif /* NSPR20 */
|
|
||||||
|
|
||||||
static BUFHEAD *newbuf __P((HTAB *, uint32, BUFHEAD *));
|
static BUFHEAD *newbuf __P((HTAB *, uint32, BUFHEAD *));
|
||||||
|
|
||||||
/* Unlink B from its place in the lru */
|
/* Unlink B from its place in the lru */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user