summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwarren%netscape.com <devnull@localhost>1998-07-31 20:19:29 +0000
committerwarren%netscape.com <devnull@localhost>1998-07-31 20:19:29 +0000
commit12e6e6f6a8de17c31489ec953fb5dcd1549bbe65 (patch)
treedc3ccd1525ec4ca3f7a39a8ec95151ad7bf2a268
parenta96e71027ecfd1fbaabb375e89e1ccca640c6cf6 (diff)
downloadnspr-hg-12e6e6f6a8de17c31489ec953fb5dcd1549bbe65.tar.gz
Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag.
-rw-r--r--config/UNIX.mk2
-rw-r--r--lib/ds/MANIFEST1
-rw-r--r--lib/ds/Makefile2
-rw-r--r--macbuild/NSPR20PPC.mcpbin76895 -> 76895 bytes
4 files changed, 4 insertions, 1 deletions
diff --git a/config/UNIX.mk b/config/UNIX.mk
index ad45ddb1..6de1e542 100644
--- a/config/UNIX.mk
+++ b/config/UNIX.mk
@@ -32,7 +32,7 @@ OBJDIR_TAG = _DBG
endif
# Name of the binary code directories
-OBJDIR_NAME = $(OS_CONFIG)$(CPU_ARCH_TAG)$(COMPILER_TAG)$(IMPL_STRATEGY)$(OBJDIR_TAG).OBJ
+OBJDIR_NAME = SunOS5.5_sparc_DBG.OBJ
MKDEPEND_DIR = $(DEPTH)/config/mkdepend
MKDEPEND = $(MKDEPEND_DIR)/$(OBJDIR_NAME)/mkdepend
diff --git a/lib/ds/MANIFEST b/lib/ds/MANIFEST
index ce8226bd..b4ce1eb0 100644
--- a/lib/ds/MANIFEST
+++ b/lib/ds/MANIFEST
@@ -6,3 +6,4 @@ plarenas.h
plarena.h
plevent.h
plhash.h
+plvector.h
diff --git a/lib/ds/Makefile b/lib/ds/Makefile
index 8890afe1..e4071d95 100644
--- a/lib/ds/Makefile
+++ b/lib/ds/Makefile
@@ -34,6 +34,7 @@ CSRCS = \
plarena.c \
plevent.c \
plhash.c \
+ plvector.c \
$(NULL)
HEADERS = \
@@ -41,6 +42,7 @@ HEADERS = \
plarena.h \
plevent.h \
plhash.h \
+ plvector.h \
$(NULL)
ifeq ($(OS_ARCH), WINNT)
diff --git a/macbuild/NSPR20PPC.mcp b/macbuild/NSPR20PPC.mcp
index b5d2f017..0f333916 100644
--- a/macbuild/NSPR20PPC.mcp
+++ b/macbuild/NSPR20PPC.mcp
Binary files differ