diff options
author | wtc%netscape.com <devnull@localhost> | 2000-01-28 00:27:15 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 2000-01-28 00:27:15 +0000 |
commit | 1dc64d59d4e47ce4af87208b06dfbeafe99d3380 (patch) | |
tree | b64f4a9c4022dfc9308145522d34034d06799d3d | |
parent | 8b122dbe417dfb839f1d6cf1d7752569a85f6af5 (diff) | |
download | nspr-hg-1dc64d59d4e47ce4af87208b06dfbeafe99d3380.tar.gz |
Bugzilla bug #17101: move plevent.h and plevent.c from mozilla/nsprpub
to mozilla/xpcom/threads by landing the PLEVENT_MOVE_BRANCH.
Modified files: nsprpub/lib/ds/MANIFEST, nsprpub/lib/ds/Makefile,
nsprpub/lib/ds/Makefile.in, nsprpub/macbuild/NSPR20PPC.mcp,
nsprpub/pr/include/obsolete/protypes.h,
xpcom/macbuild/xpcomPPC.mcp, xpcom/threads/MANIFEST,
xpcom/threads/Makefile.in, xpcom/threads/makefile.win,
xpcom/threads/plevent.h
-rw-r--r-- | lib/ds/MANIFEST | 1 | ||||
-rw-r--r-- | lib/ds/Makefile | 2 | ||||
-rw-r--r-- | lib/ds/Makefile.in | 2 | ||||
-rw-r--r-- | macbuild/NSPR20PPC.mcp | bin | 97817 -> 97817 bytes | |||
-rw-r--r-- | pr/include/obsolete/protypes.h | 28 |
5 files changed, 0 insertions, 33 deletions
diff --git a/lib/ds/MANIFEST b/lib/ds/MANIFEST index ce8226bd..ceda33b7 100644 --- a/lib/ds/MANIFEST +++ b/lib/ds/MANIFEST @@ -4,5 +4,4 @@ plarenas.h plarena.h -plevent.h plhash.h diff --git a/lib/ds/Makefile b/lib/ds/Makefile index b3076f3c..2c5881d0 100644 --- a/lib/ds/Makefile +++ b/lib/ds/Makefile @@ -32,7 +32,6 @@ INCLUDES = -I$(DIST)/include -I$(MOD_DEPTH)/pr/include CSRCS = \ plarena.c \ - plevent.c \ plhash.c \ plvrsion.c \ $(NULL) @@ -40,7 +39,6 @@ CSRCS = \ HEADERS = \ plarenas.h \ plarena.h \ - plevent.h \ plhash.h \ $(NULL) diff --git a/lib/ds/Makefile.in b/lib/ds/Makefile.in index 6c87443d..0240723c 100644 --- a/lib/ds/Makefile.in +++ b/lib/ds/Makefile.in @@ -39,7 +39,6 @@ INCLUDES = -I$(DIST)/include -I$(topsrcdir)/pr/include CSRCS = \ plarena.c \ - plevent.c \ plhash.c \ plvrsion.c \ $(NULL) @@ -47,7 +46,6 @@ CSRCS = \ HEADERS = \ plarenas.h \ plarena.h \ - plevent.h \ plhash.h \ $(NULL) diff --git a/macbuild/NSPR20PPC.mcp b/macbuild/NSPR20PPC.mcp Binary files differindex 2a9db190..f9d83ecc 100644 --- a/macbuild/NSPR20PPC.mcp +++ b/macbuild/NSPR20PPC.mcp diff --git a/pr/include/obsolete/protypes.h b/pr/include/obsolete/protypes.h index 9cc57dfb..631137e4 100644 --- a/pr/include/obsolete/protypes.h +++ b/pr/include/obsolete/protypes.h @@ -132,34 +132,6 @@ typedef PRWord prword_t; #define PR_ArenaCountRelease PL_ArenaCountRelease #define PR_ArenaCountRetract PL_ArenaCountRetract -/* Re: prevent.h->plevent.h */ -#define PREvent PLEvent -#define PREventQueue PLEventQueue -#define PR_CreateEventQueue PL_CreateEventQueue -#define PR_DestroyEventQueue PL_DestroyEventQueue -#define PR_GetEventQueueMonitor PL_GetEventQueueMonitor -#define PR_ENTER_EVENT_QUEUE_MONITOR PL_ENTER_EVENT_QUEUE_MONITOR -#define PR_EXIT_EVENT_QUEUE_MONITOR PL_EXIT_EVENT_QUEUE_MONITOR -#define PR_PostEvent PL_PostEvent -#define PR_PostSynchronousEvent PL_PostSynchronousEvent -#define PR_GetEvent PL_GetEvent -#define PR_EventAvailable PL_EventAvailable -#define PREventFunProc PLEventFunProc -#define PR_MapEvents PL_MapEvents -#define PR_RevokeEvents PL_RevokeEvents -#define PR_ProcessPendingEvents PL_ProcessPendingEvents -#define PR_WaitForEvent PL_WaitForEvent -#define PR_EventLoop PL_EventLoop -#define PR_GetEventQueueSelectFD PL_GetEventQueueSelectFD -#define PRHandleEventProc PLHandleEventProc -#define PRDestroyEventProc PLDestroyEventProc -#define PR_InitEvent PL_InitEvent -#define PR_GetEventOwner PL_GetEventOwner -#define PR_HandleEvent PL_HandleEvent -#define PR_DestroyEvent PL_DestroyEvent -#define PR_DequeueEvent PL_DequeueEvent -#define PR_GetMainEventQueue PL_GetMainEventQueue - /* Re: prhash.h->plhash.h */ #define PRHashEntry PLHashEntry #define PRHashTable PLHashTable |