summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwarren%netscape.com <devnull@localhost>1998-07-28 02:11:07 +0000
committerwarren%netscape.com <devnull@localhost>1998-07-28 02:11:07 +0000
commitb08963b39ee97124e58881a16ddf3860d1626b8a (patch)
tree47b1732ed926f04fc81d6b7f95123a3261f9391a
parent82e639e0e7f94d621eeff246415bf3b4a9a411af (diff)
downloadnspr-hg-b08963b39ee97124e58881a16ddf3860d1626b8a.tar.gz
Committed from OJI_19980618_TIP_MERGE1.
-rw-r--r--lib/ds/MANIFEST1
-rw-r--r--lib/ds/Makefile2
-rw-r--r--macbuild/NSPR20PPC.mcpbin76895 -> 76895 bytes
3 files changed, 3 insertions, 0 deletions
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