Backed out changeset 1b14354719c0 (bug 1895254) for causing bustages on NavigationTra...
[gecko.git] / nsprpub / lib / ds / plds.def
blobcc54a4de2e77198c4032678f266458544d1bd6a1
1 ;+#
2 ;+# This Source Code Form is subject to the terms of the Mozilla Public
3 ;+# License, v. 2.0. If a copy of the MPL was not distributed with this
4 ;+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 ;+#
6 ;+# OK, this file is meant to support SUN, LINUX, AIX, OS/2 and WINDOWS
7 ;+# 1. For all unix platforms, the string ";-" means "remove this line"
8 ;+# 2. For all unix platforms, the string " DATA " will be removed from any
9 ;+# line on which it occurs.
10 ;+# 3. Lines containing ";+" will have ";+" removed on SUN and LINUX.
11 ;+# On AIX, lines containing ";+" will be removed.
12 ;+# 4. For all unix platforms, the string ";;" will thave the ";;" removed.
13 ;+# 5. For all unix platforms, after the above processing has taken place,
14 ;+# all characters after the first ";" on the line will be removed.
15 ;+# And for AIX, the first ";" will also be removed.
16 ;+# This file is passed directly to windows. Since ';' is a comment, all UNIX
17 ;+# directives are hidden behind ";", ";+", and ";-"
18 ;+NSPR_4.0 {
19 ;+ global:
20 LIBRARY plds4 ;-
21 EXPORTS ;-
22 PL_ArenaAllocate;
23 PL_ArenaFinish;
24 PL_ArenaGrow;
25 PL_ArenaRelease;
26 PL_CompactArenaPool;
27 PL_CompareStrings;
28 PL_CompareValues;
29 PL_FinishArenaPool;
30 PL_FreeArenaPool;
31 PL_HashString;
32 PL_HashTableAdd;
33 PL_HashTableDestroy;
34 PL_HashTableDump;
35 PL_HashTableEnumerateEntries;
36 PL_HashTableLookup;
37 PL_HashTableRawAdd;
38 PL_HashTableRawLookup;
39 PL_HashTableRawRemove;
40 PL_HashTableRemove;
41 PL_InitArenaPool;
42 PL_NewHashTable;
43 libVersionPoint;
44 ;+ local: *;
45 ;+};
47 ;+NSPR_4.1 {
48 ;+ global:
49 PL_HashTableLookupConst;
50 PL_HashTableRawLookupConst;
51 ;+} NSPR_4.0;
53 ;+NSPR_4.8.5 {
54 ;+ global:
55 PL_ClearArenaPool;
56 ;+} NSPR_4.1;
57 ;+NSPR_4.9.6 {
58 ;+ global:
59 PL_SizeOfArenaPoolExcludingPool;
60 ;+} NSPR_4.8.5;