From f7b103f9f1923aea57a1773b7106cd21eea05b02 Mon Sep 17 00:00:00 2001 From: bnicholes Date: Fri, 10 Jan 2003 23:29:18 +0000 Subject: Replaced the apr_atomic_dec function and the apr_atomic_casptr macro with inline functions for NetWare. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64288 13f79535-47bb-0310-9956-ffa450edef68 --- NWGNUmakefile | 5 ----- include/apr_atomic.h | 20 ++++++++++++++++---- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/NWGNUmakefile b/NWGNUmakefile index 28032e28b..b57e51dbb 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -236,7 +236,6 @@ FILES_nlm_exports = \ # Paths must all use the '/' character # FILES_lib_objs = \ - $(OBJDIR)/apr_atomic.o \ $(OBJDIR)/apr_cpystrn.o \ $(OBJDIR)/apr_fnmatch.o \ $(OBJDIR)/apr_getpass.o \ @@ -316,10 +315,6 @@ install :: nlms FORCE # Any specialized rules here # -$(OBJDIR)/%.o: atomic/netware/%.c $(OBJDIR)\cc.opt - @echo Compiling $< - $(CC) atomic\netware\$(