diff --git a/bin/compile-flags b/bin/compile-flags index fb80c37..ee94eb6 100755 --- a/bin/compile-flags +++ b/bin/compile-flags @@ -99,9 +99,6 @@ DISPLAYBUFFER 10/3/89 JDS -- enables the experimental code for copying Meant for supporting mono mode on a CG6 with no single-bit bitplane. 1/22/91 JDS: This is now the standard flag for compiling for color displays. -FSERROR Enables the emulator's returning Unix error codes for - {DSK} & {UNIX} operations, so Lisp can decode them and - give better indication of problems. FEATURE STANDARD IN 1.1 WINDOW FLIPCURSOR If true, the "sandbar" line in the cursor will get flipped by the C stack-frame-moving code, just as it does on a D diff --git a/bin/dosmkfil b/bin/dosmkfil index d0ffc74..b199ce6 100644 --- a/bin/dosmkfil +++ b/bin/dosmkfil @@ -8,7 +8,7 @@ LPFILES = lpmain.obj lpread.obj lpsolve.obj lpwrite.obj lpdual.obj lptran.obj KEY = keytstno.obj -CFLAGS = -DBIGATOMS -DNEW_STORAGE -DDOS -DBYTESWAP -DKBINT -DFSERROR -DNOPIXRECT \ +CFLAGS = -DBIGATOMS -DNEW_STORAGE -DDOS -DBYTESWAP -DKBINT -DNOPIXRECT \ -DNOFORN -DNOETHER -DNOVERSION -DLPSOLVE -g LDFLAGS = -g graphics.lib binmode.lib mouse.lib diff --git a/bin/makefile-darwin.386-x b/bin/makefile-darwin.386-x index d2dd5be..11ab431 100644 --- a/bin/makefile-darwin.386-x +++ b/bin/makefile-darwin.386-x @@ -22,7 +22,7 @@ OPTFLAGS = -O2 -g DISPOPTFLAGS = -O2 -g FPFLAGS = DEBUGFLAGS = # -DDEBUG -DOPTRACE -DFLAGS = $(DEBUGFLAGS) -DFSERROR -DNEW_STORAGE -DMACOSX -DOLD_CURSOR \ +DFLAGS = $(DEBUGFLAGS) -DNEW_STORAGE -DMACOSX -DOLD_CURSOR \ -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \ -DRELEASE=351 -DSTACKCHECK -DFSBCHECK -DPCTRACE diff --git a/bin/makefile-darwin.aarch64-x b/bin/makefile-darwin.aarch64-x index cd71fb8..80ff0e3 100644 --- a/bin/makefile-darwin.aarch64-x +++ b/bin/makefile-darwin.aarch64-x @@ -22,7 +22,7 @@ OPTFLAGS = -O1 -g DISPOPTFLAGS = -O1 -g FPFLAGS = DEBUGFLAGS = # -DDEBUG -DOPTRACE -DFLAGS = $(DEBUGFLAGS) -DFSERROR -DNEW_STORAGE -DMACOSX -DOLD_CURSOR \ +DFLAGS = $(DEBUGFLAGS) -DNEW_STORAGE -DMACOSX -DOLD_CURSOR \ -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \ -DRELEASE=351 diff --git a/bin/makefile-darwin.x86_64-x b/bin/makefile-darwin.x86_64-x index 4171c7a..aeda485 100644 --- a/bin/makefile-darwin.x86_64-x +++ b/bin/makefile-darwin.x86_64-x @@ -22,7 +22,7 @@ OPTFLAGS = -O1 -g DISPOPTFLAGS = -O1 -g FPFLAGS = DEBUGFLAGS = # -DDEBUG -DOPTRACE -DFLAGS = $(DEBUGFLAGS) -DFSERROR -DNEW_STORAGE -DMACOSX -DOLD_CURSOR \ +DFLAGS = $(DEBUGFLAGS) -DNEW_STORAGE -DMACOSX -DOLD_CURSOR \ -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \ -DRELEASE=351 diff --git a/bin/makefile-dos b/bin/makefile-dos index d0ffc74..b199ce6 100644 --- a/bin/makefile-dos +++ b/bin/makefile-dos @@ -8,7 +8,7 @@ LPFILES = lpmain.obj lpread.obj lpsolve.obj lpwrite.obj lpdual.obj lptran.obj KEY = keytstno.obj -CFLAGS = -DBIGATOMS -DNEW_STORAGE -DDOS -DBYTESWAP -DKBINT -DFSERROR -DNOPIXRECT \ +CFLAGS = -DBIGATOMS -DNEW_STORAGE -DDOS -DBYTESWAP -DKBINT -DNOPIXRECT \ -DNOFORN -DNOETHER -DNOVERSION -DLPSOLVE -g LDFLAGS = -g graphics.lib binmode.lib mouse.lib diff --git a/bin/makefile-freebsd.386-x b/bin/makefile-freebsd.386-x index d2e91e7..652636b 100644 --- a/bin/makefile-freebsd.386-x +++ b/bin/makefile-freebsd.386-x @@ -22,7 +22,7 @@ OEXT = .o OPTFLAGS = -O1 -gdwarf-2 DISPOPTFLAGS = -O1 -gdwarf-2 FPFLAGS = -DFLAGS = -DFSERROR -DNEW_STORAGE -DFREEBSD -DOLD_CURSOR \ +DFLAGS = -DNEW_STORAGE -DFREEBSD -DOLD_CURSOR \ -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \ -DRELEASE=351 diff --git a/bin/makefile-init.386 b/bin/makefile-init.386 index 56c35e7..77b1dbe 100644 --- a/bin/makefile-init.386 +++ b/bin/makefile-init.386 @@ -21,7 +21,7 @@ XFLAGS = -I/opt/X11/include -DXWINDOW -DNOPIXRECT -D$(XVERSION) OPTFLAGS = -O0 -g DISPOPTFLAGS = -O0 -g FPFLAGS = -DFLAGS = -DFSERROR -DNEW_STORAGE -DMACOSX -DOLD_CURSOR \ +DFLAGS = -DNEW_STORAGE -DMACOSX -DOLD_CURSOR \ -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \ -DRELEASE=351 -DNOVERSION -DINIT -DTRACE -DOPTRACE diff --git a/bin/makefile-init.sparc b/bin/makefile-init.sparc index 03f4231..bed2a4a 100644 --- a/bin/makefile-init.sparc +++ b/bin/makefile-init.sparc @@ -51,8 +51,7 @@ DEBUGFLAGS = # -DSTACKCHECK -DFNSTKCHECK MACHINEFLAGS = -DOS5 -DAIX -DUSE_DLPI -DNOPIXRECT \ -I$(OPENWINHOME)/include -DSYSVSIGNALS -DSYSVONLY \ - -DOLD_CURSOR -DLOGINT -DFORKCOMM -DLOCK_X_UPDATES \ - -DFSERROR + -DOLD_CURSOR -DLOGINT -DFORKCOMM -DLOCK_X_UPDATES INLINEFLAGS = diff --git a/bin/makefile-init.sparc-multi b/bin/makefile-init.sparc-multi index 740c43a..f892bbd 100644 --- a/bin/makefile-init.sparc-multi +++ b/bin/makefile-init.sparc-multi @@ -19,7 +19,7 @@ FPFLAGS = # Now share the same ldesingle with COLOR(CG4)/MONO Suns # If you load MAIKOCOLOR.LCOM etc., you can use color functions # for bigatom work, removed -DSPARCDISP -DSUN4_OS4_IL -DFLAGS = -DINIT -DKBINT -DFSERROR -DOS4 -DOS4_TYPE4BUG -DCOLOR \ +DFLAGS = -DINIT -DKBINT -DOS4 -DOS4_TYPE4BUG -DCOLOR \ -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DDISPLAYBUFFER -DFORKCOMM \ -DBIGATOMS -DNOASM -DNOFORN -DRELEASE=210 # -DNOVERSION -DRELEASE=201 diff --git a/bin/makefile-linux.386-x b/bin/makefile-linux.386-x index a0c404e..8c15583 100644 --- a/bin/makefile-linux.386-x +++ b/bin/makefile-linux.386-x @@ -22,7 +22,7 @@ OEXT = .o OPTFLAGS = -O2 -g3 DISPOPTFLAGS = -O2 -g3 FPFLAGS = -DFLAGS = -DFSERROR -DNEW_STORAGE -DLINUX -DAIX -DOLD_CURSOR \ +DFLAGS = -DNEW_STORAGE -DLINUX -DAIX -DOLD_CURSOR \ -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \ -DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY diff --git a/bin/makefile-linux.armv7l-x b/bin/makefile-linux.armv7l-x index a0c404e..8c15583 100644 --- a/bin/makefile-linux.armv7l-x +++ b/bin/makefile-linux.armv7l-x @@ -22,7 +22,7 @@ OEXT = .o OPTFLAGS = -O2 -g3 DISPOPTFLAGS = -O2 -g3 FPFLAGS = -DFLAGS = -DFSERROR -DNEW_STORAGE -DLINUX -DAIX -DOLD_CURSOR \ +DFLAGS = -DNEW_STORAGE -DLINUX -DAIX -DOLD_CURSOR \ -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \ -DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY diff --git a/bin/makefile-linux.x86_64-x b/bin/makefile-linux.x86_64-x index b733661..23232a7 100644 --- a/bin/makefile-linux.x86_64-x +++ b/bin/makefile-linux.x86_64-x @@ -23,7 +23,7 @@ OEXT = .o OPTFLAGS = -O2 -g3 DISPOPTFLAGS = -O2 -g3 FPFLAGS = -DFLAGS = -DFSERROR -DNEW_STORAGE -DLINUX -DAIX -DOLD_CURSOR \ +DFLAGS = -DNEW_STORAGE -DLINUX -DAIX -DOLD_CURSOR \ -DBYTESWAP -DFORKCOMM -DNOFORN -DLOGINT $(XFLAGS) \ -DRELEASE=351 -DSYSVSIGNALS -DSYSVONLY \ -D_GNU_SOURCE diff --git a/bin/makefile-sunos3.mc68020 b/bin/makefile-sunos3.mc68020 index b29868c..1ac1660 100644 --- a/bin/makefile-sunos3.mc68020 +++ b/bin/makefile-sunos3.mc68020 @@ -6,7 +6,7 @@ OEXT = .o OPTFLAGS = -O2 DISPOPTFLAGS = -O FPFLAGS = -f68881 -DFLAGS = -DKBINT -DNEW_STORAGE -DFSERROR -DOPDISP -DUNSAFE -DSUN3_OS3_IL -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DFORKCOMM -DBIGATOMS +DFLAGS = -DKBINT -DNEW_STORAGE -DOPDISP -DUNSAFE -DSUN3_OS3_IL -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DFORKCOMM -DBIGATOMS LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm INLINE = $(SRCDIR)disp68K.il BITBLTFILE = $(OBJECTDIR)bitblt68K.o diff --git a/bin/makefile-sunos3.mc68020-multi b/bin/makefile-sunos3.mc68020-multi index 826ae1c..9896965 100644 --- a/bin/makefile-sunos3.mc68020-multi +++ b/bin/makefile-sunos3.mc68020-multi @@ -11,7 +11,7 @@ DISPOPTFLAGS = -O FPFLAGS = -f68881 # DISPLAYBUFFER for Color Sparcstation code testing # NEWBITBLT for assembler version of bitblt. -DFLAGS = -DKBINT -DFSERROR -DOPDISP -DUNSAFE -DSUN3_OS3_IL -DDISPLAYBUFFER -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DFORKCOMM -DBIGATOMS +DFLAGS = -DKBINT -DOPDISP -DUNSAFE -DSUN3_OS3_IL -DDISPLAYBUFFER -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DFORKCOMM -DBIGATOMS LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm INLINE = $(SRCDIR)disp68K.il diff --git a/bin/makefile-sunos3.mc68020-x b/bin/makefile-sunos3.mc68020-x index 8fea304..60bbcb9 100644 --- a/bin/makefile-sunos3.mc68020-x +++ b/bin/makefile-sunos3.mc68020-x @@ -34,7 +34,7 @@ OEXT = .o OPTFLAGS = -O2 DISPOPTFLAGS = -O FPFLAGS = -f68881 -DFLAGS = -DFSERROR -DNEW_STORAGE -DOPDISP -DUNSAFE -DSUN3_OS3_IL -DNEWBITBLT -DLOGINT $(XFLAGS) -DFORKCOMM -DBIGATOMS +DFLAGS = -DNEW_STORAGE -DOPDISP -DUNSAFE -DSUN3_OS3_IL -DNEWBITBLT -DLOGINT $(XFLAGS) -DFORKCOMM -DBIGATOMS LDFLAGS = -lX11 -lpixrect -lc -lm INLINE = $(SRCDIR)disp68K.il BITBLTFILE = $(OBJECTDIR)bitblt68K.o diff --git a/bin/makefile-sunos3.sparc b/bin/makefile-sunos3.sparc index e158ebc..a02021b 100644 --- a/bin/makefile-sunos3.sparc +++ b/bin/makefile-sunos3.sparc @@ -6,7 +6,7 @@ OEXT = .o OPTFLAGS = -O2 FPFLAGS = # JRB - I'm not 100% sure about these flags; someone should check... -DFLAGS = -DKBINT -DFSERROR -DNEW_STORAGE -DFLTINT -DSPARCDISP -DOS4_TYPE4BUG -DOLD_CURSOR -DSUNDISPLAY -DFORKCOMM -DBIGATOMS +DFLAGS = -DKBINT -DNEW_STORAGE -DFLTINT -DSPARCDISP -DOS4_TYPE4BUG -DOLD_CURSOR -DSUNDISPLAY -DFORKCOMM -DBIGATOMS LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm #-Dsparc? INLINE = $(SRCDIR)dispSPARC.il diff --git a/bin/makefile-sunos4.1.i386 b/bin/makefile-sunos4.1.i386 index e9c9581..5517594 100644 --- a/bin/makefile-sunos4.1.i386 +++ b/bin/makefile-sunos4.1.i386 @@ -5,7 +5,7 @@ OEXT = .o #For debugging OPTFLAGS = -g FPFLAGS = -DFLAGS = -DKBINT -DFSERROR -DNEW_STORAGE -DFLTINT -DNOASM -DOS4 -DI386 -DBYTESWAP -DCHECK -DLOGINT -DSUNDISPLAY -DFORKCOMM +DFLAGS = -DKBINT -DNEW_STORAGE -DFLTINT -DNOASM -DOS4 -DI386 -DBYTESWAP -DCHECK -DLOGINT -DSUNDISPLAY -DFORKCOMM LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm INLINE = $(SRCDIR)disp386i.il diff --git a/bin/makefile-sunos4.1.i386-multi b/bin/makefile-sunos4.1.i386-multi index dd2f7d9..04d1aba 100644 --- a/bin/makefile-sunos4.1.i386-multi +++ b/bin/makefile-sunos4.1.i386-multi @@ -6,7 +6,7 @@ OEXT = .o OPTFLAGS = -O DISPOPTFLAGS = -O FPFLAGS = -DFLAGS = -DKBINT -DFSERROR -DNEW_STORAGE -DOS4 -DI386 -DBYTESWAP -DCHECK -DLOGINT -DDISPLAYBUFFER -DSUNDISPLAY -DNEWBITBLT -DOPDISP -DFORKCOMM -DBIGATOMS +DFLAGS = -DKBINT -DNEW_STORAGE -DOS4 -DI386 -DBYTESWAP -DCHECK -DLOGINT -DDISPLAYBUFFER -DSUNDISPLAY -DNEWBITBLT -DOPDISP -DFORKCOMM -DBIGATOMS LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm INLINE = $(SRCDIR)disp386i.il BITBLTFILE=$(OBJECTDIR)bitblt386i.o diff --git a/bin/makefile-sunos4.1.mc68020 b/bin/makefile-sunos4.1.mc68020 index 212eaf9..33d0dd3 100644 --- a/bin/makefile-sunos4.1.mc68020 +++ b/bin/makefile-sunos4.1.mc68020 @@ -10,7 +10,7 @@ FPFLAGS = -f68881 # [I remove DISPLAYBUFFER option . # You may run 'makeright multi'. -osamu '90/02/07] # NEWBITBLT for assembler version of bitblt. -DFLAGS = -DKBINT -DFSERROR -DNEW_STORAGE -DOPDISP -DUNSAFE -DOS4 -DSUN3_OS4_IL -DOS4_TYPE4BUG -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DFORKCOMM -DBIGATOMS +DFLAGS = -DKBINT -DNEW_STORAGE -DOPDISP -DUNSAFE -DOS4 -DSUN3_OS4_IL -DOS4_TYPE4BUG -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DFORKCOMM -DBIGATOMS LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm INLINE = $(SRCDIR)disp68K.il diff --git a/bin/makefile-sunos4.1.mc68020-multi b/bin/makefile-sunos4.1.mc68020-multi index a022bf4..61c3747 100644 --- a/bin/makefile-sunos4.1.mc68020-multi +++ b/bin/makefile-sunos4.1.mc68020-multi @@ -11,7 +11,7 @@ DISPOPTFLAGS = -O FPFLAGS = -f68881 # DISPLAYBUFFER for Color Sparcstation code testing # NEWBITBLT for assembler version of bitblt. -DFLAGS = -DKBINT -DFSERROR -DNEW_STORAGE -DOPDISP -DUNSAFE -DOS4 -DSUN3_OS4_IL -DOS4_TYPE4BUG -DDISPLAYBUFFER -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DDISPLAYBUFFER -DFORKCOMM -DBIGATOMS +DFLAGS = -DKBINT -DNEW_STORAGE -DOPDISP -DUNSAFE -DOS4 -DSUN3_OS4_IL -DOS4_TYPE4BUG -DDISPLAYBUFFER -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DDISPLAYBUFFER -DFORKCOMM -DBIGATOMS LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm INLINE = $(SRCDIR)disp68K.il diff --git a/bin/makefile-sunos4.1.mc68020-x b/bin/makefile-sunos4.1.mc68020-x index e0b0c70..9c6e80e 100644 --- a/bin/makefile-sunos4.1.mc68020-x +++ b/bin/makefile-sunos4.1.mc68020-x @@ -38,7 +38,7 @@ FPFLAGS = -f68881 # [I remove DISPLAYBUFFER option . # You may run 'makeright x'. -osamu '90/02/27] # NEWBITBLT for assembler version of bitblt. -DFLAGS = -DFSERROR -DNEW_STORAGE -DOPDISP -DUNSAFE -DOS4 -DSUN3_OS4_IL -DOS4_TYPE4BUG -DNEWBITBLT -DLOGINT $(XFLAGS) -DFORKCOMM -DBIGATOMS +DFLAGS = -DNEW_STORAGE -DOPDISP -DUNSAFE -DOS4 -DSUN3_OS4_IL -DOS4_TYPE4BUG -DNEWBITBLT -DLOGINT $(XFLAGS) -DFORKCOMM -DBIGATOMS LDFLAGS = -lX11 -lpixrect -lc -lm INLINE = $(SRCDIR)disp68K.il diff --git a/bin/makefile-sunos4.1.sparc b/bin/makefile-sunos4.1.sparc index f034672..f5f889c 100644 --- a/bin/makefile-sunos4.1.sparc +++ b/bin/makefile-sunos4.1.sparc @@ -9,7 +9,7 @@ DISPOPTFLAGS = -g FPFLAGS = # Now share the same ldesingle with COLOR(CG4)/MONO Suns # If you load MAIKOCOLOR.LCOM etc., you can use color functions -DFLAGS = -DKBINT -DFSERROR -DNEW_STORAGE -DOS4 -DSPARCDISP -DSUN4_OS4_IL -DOS4_TYPE4BUG -DCOLOR -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DFORKCOMM -DBIGATOMS -DNOEUROKBD +DFLAGS = -DKBINT -DNEW_STORAGE -DOS4 -DSPARCDISP -DSUN4_OS4_IL -DOS4_TYPE4BUG -DCOLOR -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DFORKCOMM -DBIGATOMS -DNOEUROKBD LDFLAGS = -lsuntool -lsunwindow -lpixrect -ldld -lc -lm # SPARC Assemble optimize check DFLAGS:sh += optck.sh ; true diff --git a/bin/makefile-sunos4.1.sparc-color b/bin/makefile-sunos4.1.sparc-color index da5b5c8..493f48e 100644 --- a/bin/makefile-sunos4.1.sparc-color +++ b/bin/makefile-sunos4.1.sparc-color @@ -6,7 +6,7 @@ OEXT = .o OPTFLAGS = -g FPFLAGS = # For COLOR, Add COLOR, remove OLD_CURSOR -DFLAGS = -DKBINT -DFSERROR -DNEW_STORAGE -DOS4 -DSPARCDISP -DSUN4_OS4_IL -DOS4_TYPE4BUG -DFLTINT -DCOLOR -DNEWBITBLT -DSUNDISPLAY -DLOGINT -DFORKCOMM +DFLAGS = -DKBINT -DNEW_STORAGE -DOS4 -DSPARCDISP -DSUN4_OS4_IL -DOS4_TYPE4BUG -DFLTINT -DCOLOR -DNEWBITBLT -DSUNDISPLAY -DLOGINT -DFORKCOMM LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm # SPARC Assemble optimize check DFLAGS:sh += optck.sh ; true diff --git a/bin/makefile-sunos4.1.sparc-multi b/bin/makefile-sunos4.1.sparc-multi index cefc11b..60a1e00 100644 --- a/bin/makefile-sunos4.1.sparc-multi +++ b/bin/makefile-sunos4.1.sparc-multi @@ -14,7 +14,7 @@ FPFLAGS = # Now share the same ldemulti for Mono-Medley & Color-Medley # If you load MAIKOCOLOR.LCOM etc., you can use color functions -DFLAGS = -DKBINT -DFSERROR -DNEW_STORAGE -DOS4 -DSPARCDISP -DSUN4_OS4_IL -DOS4_TYPE4BUG -DCOLOR -DDISPLAYBUFFER -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DDISPLAYBUFFER -DFORKCOMM -DBIGATOMS -DNOEUROKBD +DFLAGS = -DKBINT -DNEW_STORAGE -DOS4 -DSPARCDISP -DSUN4_OS4_IL -DOS4_TYPE4BUG -DCOLOR -DDISPLAYBUFFER -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DDISPLAYBUFFER -DFORKCOMM -DBIGATOMS -DNOEUROKBD LDFLAGS = -lsuntool -lsunwindow -lpixrect -ldld -lc -lm # SPARC Assemble optimize check DFLAGS:sh += optck.sh ; true diff --git a/bin/makefile-sunos4.1.sparc-x b/bin/makefile-sunos4.1.sparc-x index b50087e..c5985b8 100644 --- a/bin/makefile-sunos4.1.sparc-x +++ b/bin/makefile-sunos4.1.sparc-x @@ -41,7 +41,7 @@ OPTFLAGS = -g DISPOPTFLAGS = -g FPFLAGS = -DFLAGS = -DFSERROR -DNEW_STORAGE -DOS4 -DSPARCDISP -DSUN4_OS4_IL -DOS4_TYPE4BUG -DOLD_CURSOR -DNEWBITBLT -DLOGINT $(XFLAGS) -DFORKCOMM -DBIGATOMS -DNOEUROKBD +DFLAGS = -DNEW_STORAGE -DOS4 -DSPARCDISP -DSUN4_OS4_IL -DOS4_TYPE4BUG -DOLD_CURSOR -DNEWBITBLT -DLOGINT $(XFLAGS) -DFORKCOMM -DBIGATOMS -DNOEUROKBD LDFLAGS = -lX11 -lpixrect -lc -lm -ldld LDELDFLAGS = -Bstatic -lX11 -lpixrect -Bdynamic -lc -lm # SPARC Assemble optimize check diff --git a/bin/makefile-sunos4.i386 b/bin/makefile-sunos4.i386 index e9c9581..5517594 100644 --- a/bin/makefile-sunos4.i386 +++ b/bin/makefile-sunos4.i386 @@ -5,7 +5,7 @@ OEXT = .o #For debugging OPTFLAGS = -g FPFLAGS = -DFLAGS = -DKBINT -DFSERROR -DNEW_STORAGE -DFLTINT -DNOASM -DOS4 -DI386 -DBYTESWAP -DCHECK -DLOGINT -DSUNDISPLAY -DFORKCOMM +DFLAGS = -DKBINT -DNEW_STORAGE -DFLTINT -DNOASM -DOS4 -DI386 -DBYTESWAP -DCHECK -DLOGINT -DSUNDISPLAY -DFORKCOMM LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm INLINE = $(SRCDIR)disp386i.il diff --git a/bin/makefile-sunos4.i386-multi b/bin/makefile-sunos4.i386-multi index 682730f..f725f4a 100644 --- a/bin/makefile-sunos4.i386-multi +++ b/bin/makefile-sunos4.i386-multi @@ -6,7 +6,7 @@ OEXT = .o OPTFLAGS = -O -traditional DISPOPTFLAGS = -O -traditional FPFLAGS = -DFLAGS = -DKBINT -DFSERROR -DNEW_STORAGE -DOS4 -DI386 -DBYTESWAP -DCHECK -DLOGINT -DDISPLAYBUFFER -DSUNDISPLAY -DNEWBITBLT -DOPDISP -DFORKCOMM -DBIGATOMS +DFLAGS = -DKBINT -DNEW_STORAGE -DOS4 -DI386 -DBYTESWAP -DCHECK -DLOGINT -DDISPLAYBUFFER -DSUNDISPLAY -DNEWBITBLT -DOPDISP -DFORKCOMM -DBIGATOMS LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm INLINE = $(SRCDIR)disp386i.il BITBLTFILE=$(OBJECTDIR)bitblt386i.o diff --git a/bin/makefile-sunos4.mc68020 b/bin/makefile-sunos4.mc68020 index 212eaf9..33d0dd3 100644 --- a/bin/makefile-sunos4.mc68020 +++ b/bin/makefile-sunos4.mc68020 @@ -10,7 +10,7 @@ FPFLAGS = -f68881 # [I remove DISPLAYBUFFER option . # You may run 'makeright multi'. -osamu '90/02/07] # NEWBITBLT for assembler version of bitblt. -DFLAGS = -DKBINT -DFSERROR -DNEW_STORAGE -DOPDISP -DUNSAFE -DOS4 -DSUN3_OS4_IL -DOS4_TYPE4BUG -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DFORKCOMM -DBIGATOMS +DFLAGS = -DKBINT -DNEW_STORAGE -DOPDISP -DUNSAFE -DOS4 -DSUN3_OS4_IL -DOS4_TYPE4BUG -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DFORKCOMM -DBIGATOMS LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm INLINE = $(SRCDIR)disp68K.il diff --git a/bin/makefile-sunos4.mc68020-multi b/bin/makefile-sunos4.mc68020-multi index a022bf4..61c3747 100644 --- a/bin/makefile-sunos4.mc68020-multi +++ b/bin/makefile-sunos4.mc68020-multi @@ -11,7 +11,7 @@ DISPOPTFLAGS = -O FPFLAGS = -f68881 # DISPLAYBUFFER for Color Sparcstation code testing # NEWBITBLT for assembler version of bitblt. -DFLAGS = -DKBINT -DFSERROR -DNEW_STORAGE -DOPDISP -DUNSAFE -DOS4 -DSUN3_OS4_IL -DOS4_TYPE4BUG -DDISPLAYBUFFER -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DDISPLAYBUFFER -DFORKCOMM -DBIGATOMS +DFLAGS = -DKBINT -DNEW_STORAGE -DOPDISP -DUNSAFE -DOS4 -DSUN3_OS4_IL -DOS4_TYPE4BUG -DDISPLAYBUFFER -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DDISPLAYBUFFER -DFORKCOMM -DBIGATOMS LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm INLINE = $(SRCDIR)disp68K.il diff --git a/bin/makefile-sunos4.mc68020-x b/bin/makefile-sunos4.mc68020-x index 5972710..7f6ca5a 100644 --- a/bin/makefile-sunos4.mc68020-x +++ b/bin/makefile-sunos4.mc68020-x @@ -38,7 +38,7 @@ FPFLAGS = -f68881 # [I remove DISPLAYBUFFER option . # You may run 'makeright x'. -osamu '90/02/27] # NEWBITBLT for assembler version of bitblt. -DFLAGS = -DFSERROR -DNEW_STORAGE -DOPDISP -DUNSAFE -DOS4 -DSUN3_OS4_IL -DOS4_TYPE4BUG -DNEWBITBLT -DLOGINT $(XFLAGS) -DFORKCOMM -DBIGATOMS +DFLAGS = -DNEW_STORAGE -DOPDISP -DUNSAFE -DOS4 -DSUN3_OS4_IL -DOS4_TYPE4BUG -DNEWBITBLT -DLOGINT $(XFLAGS) -DFORKCOMM -DBIGATOMS LDFLAGS = -lX11 -lpixrect -lc -lm LDELDFLAGS = -Bstatic -lX11 -lpixrect -Bdynamic -lc -lm diff --git a/bin/makefile-sunos4.sparc b/bin/makefile-sunos4.sparc index a48391e..03af142 100644 --- a/bin/makefile-sunos4.sparc +++ b/bin/makefile-sunos4.sparc @@ -43,7 +43,7 @@ INLINEFLAGS = # -DSPARCDISP -DSUN4_OS4_IL DFLAGS = $(DEBUGFLAGS) \ $(MACHINEFLAGS) \ $(INLINEFLAGS) \ - -DKBINT -DFSERROR -DNEW_STORAGE \ + -DKBINT -DNEW_STORAGE \ -DRELEASE=350 LDFLAGS = -L$(LIBDIR) -lsuntool -lsunwindow -lpixrect -ldld -lc -lm diff --git a/bin/makefile-sunos4.sparc-3 b/bin/makefile-sunos4.sparc-3 index 9eb3945..730c565 100644 --- a/bin/makefile-sunos4.sparc-3 +++ b/bin/makefile-sunos4.sparc-3 @@ -17,7 +17,7 @@ OPTFLAGS = -O2 FPFLAGS = # Now share the same ldesingle with COLOR(CG4)/MONO Suns # If you load MAIKOCOLOR.LCOM etc., you can use color functions -DFLAGS = -DKBINT -DFSERROR -DNEW_STORAGE -DOS4 -DSPARCDISP -DSUN4_OS4_IL -DOS4_TYPE4BUG -DCOLOR -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DFORKCOMM -DBIGATOMS +DFLAGS = -DKBINT -DNEW_STORAGE -DOS4 -DSPARCDISP -DSUN4_OS4_IL -DOS4_TYPE4BUG -DCOLOR -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DFORKCOMM -DBIGATOMS LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm #-Dsparc? INLINE = $(SRCDIR)dispSPARC.il diff --git a/bin/makefile-sunos4.sparc-color b/bin/makefile-sunos4.sparc-color index b57f689..73b629d 100644 --- a/bin/makefile-sunos4.sparc-color +++ b/bin/makefile-sunos4.sparc-color @@ -6,7 +6,7 @@ OEXT = .o OPTFLAGS = -g FPFLAGS = # For COLOR, Add COLOR, remove OLD_CURSOR -DFLAGS = -DKBINT -DFSERROR -DNEW_STORAGE -DOS4 -DSPARCDISP -DSUN4_OS4_IL -DOS4_TYPE4BUG -DFLTINT -DCOLOR -DNEWBITBLT -DSUNDISPLAY -DLOGINT -DFORKCOMM +DFLAGS = -DKBINT -DNEW_STORAGE -DOS4 -DSPARCDISP -DSUN4_OS4_IL -DOS4_TYPE4BUG -DFLTINT -DCOLOR -DNEWBITBLT -DSUNDISPLAY -DLOGINT -DFORKCOMM LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm #-Dsparc? diff --git a/bin/makefile-sunos4.sparc-multi b/bin/makefile-sunos4.sparc-multi index b9273c0..7b726a3 100644 --- a/bin/makefile-sunos4.sparc-multi +++ b/bin/makefile-sunos4.sparc-multi @@ -48,7 +48,7 @@ INLINEFLAGS = # -DSPARCDISP -DSUN4_OS4_IL DFLAGS = $(DEBUGFLAGS) \ $(MACHINEFLAGS) \ $(INLINEFLAGS) \ - -DKBINT -DFSERROR -DNEW_STORAGE \ + -DKBINT -DNEW_STORAGE \ -DNOVERSION -DRELEASE=350 LDFLAGS = -L$(LIBDIR) -lsuntool -lsunwindow -lpixrect -ldld -lc -lm diff --git a/bin/makefile-sunos4.sparc-multi-3 b/bin/makefile-sunos4.sparc-multi-3 index 3c57b22..4e54467 100644 --- a/bin/makefile-sunos4.sparc-multi-3 +++ b/bin/makefile-sunos4.sparc-multi-3 @@ -17,7 +17,7 @@ FPFLAGS = # Removed for debug: -DSPARCDISP -DSUN4_OS4_IL # Added for debug: -DFNSTKCHECK -DMYOPTRACE -DOPTRACE -DNOASM # -DFLAGS = -DKBINT -DFSERROR -DNEW_STORAGE -DOS4 -DOS4_TYPE4BUG -DCOLOR -DDISPLAYBUFFER -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DSPARCDISP -DSUN4_OS4_IL -DBIGATOMS -DFORKCOMM +DFLAGS = -DKBINT -DNEW_STORAGE -DOS4 -DOS4_TYPE4BUG -DCOLOR -DDISPLAYBUFFER -DNEWBITBLT -DLOGINT -DSUNDISPLAY -DSPARCDISP -DSUN4_OS4_IL -DBIGATOMS -DFORKCOMM LDFLAGS = -lsuntool -lsunwindow -lpixrect -lc -lm #-Dsparc? INLINE = $(SRCDIR)dispSPARC.il diff --git a/bin/makefile-sunos4.sparc-x b/bin/makefile-sunos4.sparc-x index 9f8d6f2..4e3b742 100644 --- a/bin/makefile-sunos4.sparc-x +++ b/bin/makefile-sunos4.sparc-x @@ -44,7 +44,7 @@ DFLAGS = $(DEBUGFLAGS) \ $(MACHINEFLAGS) \ $(INLINEFLAGS) \ $(XFLAGS) \ - -DKBINT -DFSERROR -DNEW_STORAGE \ + -DKBINT -DNEW_STORAGE \ -DNOVERSION -DRELEASE=200 diff --git a/bin/makefile-sunos4.sparc-x-3 b/bin/makefile-sunos4.sparc-x-3 index bc8bbd5..fcd217d 100644 --- a/bin/makefile-sunos4.sparc-x-3 +++ b/bin/makefile-sunos4.sparc-x-3 @@ -33,7 +33,7 @@ OEXT = .o # OPTFLAGS is normally -O2. OPTFLAGS = -O2 FPFLAGS = -DFLAGS = -DFSERROR -DNEW_STORAGE -DOS4 -DSPARCDISP -DSUN4_OS4_IL -DOS4_TYPE4BUG -DOLD_CURSOR \ +DFLAGS = -DNEW_STORAGE -DOS4 -DSPARCDISP -DSUN4_OS4_IL -DOS4_TYPE4BUG -DOLD_CURSOR \ -DFORKCOMM -DNEWBITBLT -DLOGINT -DBIGATOMS $(XFLAGS) LDFLAGS = -lX11 -lpixrect -lc -lm # -Dsparc? diff --git a/bin/makefile-sunos5.386-x b/bin/makefile-sunos5.386-x index 09c2c39..dc344a6 100644 --- a/bin/makefile-sunos5.386-x +++ b/bin/makefile-sunos5.386-x @@ -43,7 +43,7 @@ FPFLAGS = DFLAGS = $(XFLAGS) \ $(DEBUGFLAGS) \ - -DFSERROR -DNEW_STORAGE -DOS5 \ + -DNEW_STORAGE -DOS5 \ -DBYTESWAP -DSYSVSIGNALS \ -DOLD_CURSOR -DLOGINT \ -DNOPIXRECT -DFORKCOMM -DLOCK_X_UPDATES \ diff --git a/bin/makefile-sunos5.i386-x b/bin/makefile-sunos5.i386-x index 9de06ab..9047097 100644 --- a/bin/makefile-sunos5.i386-x +++ b/bin/makefile-sunos5.i386-x @@ -43,7 +43,7 @@ FPFLAGS = DFLAGS = $(XFLAGS) \ $(DEBUGFLAGS) \ - -DFSERROR -DNEW_STORAGE -DOS5 -DAIX -DUSE_DLPI \ + -DNEW_STORAGE -DOS5 -DAIX -DUSE_DLPI \ -DBYTESWAP \ -DOLD_CURSOR -DLOGINT \ -DNOPIXRECT -DFORKCOMM -DLOCK_X_UPDATES \ diff --git a/bin/makefile-sunos5.sparc-x b/bin/makefile-sunos5.sparc-x index 5255eb7..555ec72 100644 --- a/bin/makefile-sunos5.sparc-x +++ b/bin/makefile-sunos5.sparc-x @@ -46,8 +46,7 @@ MAIN = main DEBUGFLAGS = # -DSTACKCHECK -DFNSTKCHECK -MACHINEFLAGS = -DOS5 -DUSE_DLPI -DNOPIXRECT \ - -DSYSVSIGNALS -DFSERROR \ +MACHINEFLAGS = -DOS5 -DUSE_DLPI -DNOPIXRECT -DSYSVSIGNALS \ -DOLD_CURSOR -DNEW_STORAGE -DLOGINT -DFORKCOMM -DLOCK_X_UPDATES INLINEFLAGS = diff --git a/bin/makefile-sunos5.x86_64-x b/bin/makefile-sunos5.x86_64-x index c546aba..96226d6 100644 --- a/bin/makefile-sunos5.x86_64-x +++ b/bin/makefile-sunos5.x86_64-x @@ -43,7 +43,7 @@ FPFLAGS = DFLAGS = $(XFLAGS) \ $(DEBUGFLAGS) \ - -DFSERROR -DNEW_STORAGE -DOS5 \ + -DNEW_STORAGE -DOS5 \ -DBYTESWAP -DSYSVSIGNALS \ -DOLD_CURSOR -DLOGINT \ -DNOPIXRECT -DFORKCOMM -DLOCK_X_UPDATES \ diff --git a/bin/makefile.dos b/bin/makefile.dos index 9c6c0e9..a4a8822 100644 --- a/bin/makefile.dos +++ b/bin/makefile.dos @@ -8,7 +8,7 @@ LPFILES = lpmain.obj lpread.obj lpsolve.obj lpwrite.obj lpdual.obj lptran.obj KEY = keytstno.obj -CFLAGS = -DBIGATOMS -DNEW_STORAGE -DDOS -DBYTESWAP -DKBINT -DFSERROR -DNOPIXRECT \ +CFLAGS = -DBIGATOMS -DNEW_STORAGE -DDOS -DBYTESWAP -DKBINT -DNOPIXRECT \ -DNOFORN -DNOETHER -DNOVERSION -DBIGVM -DNEWCDRCODING LDFLAGS = -g graphics.lib binmode.lib mouse.lib diff --git a/bin/mkdos b/bin/mkdos index 7a4c23d..5709a1b 100644 --- a/bin/mkdos +++ b/bin/mkdos @@ -25,7 +25,7 @@ # remember -DNOEUROKBD #ifdef _INTELC32_ /* The cpp macro for the DOS extender */ -#define EXTRACFLAGS -DDOS -DBYTESWAP -DKBINT -DFSERROR -DNOPIXRECT -DNOFORN -DNOETHER -DBIGATOMS -DBIGVM -DNEWCDRCODING +#define EXTRACFLAGS -DDOS -DBYTESWAP -DKBINT -DNOPIXRECT -DNOFORN -DNOETHER -DBIGATOMS -DBIGVM -DNEWCDRCODING #define EXTRALDFLAGS graphics.lib binmode.lib mouse.lib AFLAGS = /T COLORFILES = rawcolor.obj diff --git a/bin/mkfile b/bin/mkfile index c0166a4..22179da 100644 --- a/bin/mkfile +++ b/bin/mkfile @@ -29,7 +29,7 @@ #define OBJECTDIR . #define BINDIR ../bin #define INCDIR ../inc -#define EXTRACFLAGS -DDOS -DBYTESWAP -DKBINT -DFSERROR -DNOPIXRECT -DNOFORN -DNOETHER -DBIGATOMS -DBIGVM -DNEWCDRCODING +#define EXTRACFLAGS -DDOS -DBYTESWAP -DKBINT -DNOPIXRECT -DNOFORN -DNOETHER -DBIGATOMS -DBIGVM -DNEWCDRCODING #define EXTRALDFLAGS graphics.lib binmode.lib mouse.lib BINARYDIR = BINDIR AFLAGS = /T diff --git a/bin/mkfile.c b/bin/mkfile.c index c0166a4..22179da 100644 --- a/bin/mkfile.c +++ b/bin/mkfile.c @@ -29,7 +29,7 @@ #define OBJECTDIR . #define BINDIR ../bin #define INCDIR ../inc -#define EXTRACFLAGS -DDOS -DBYTESWAP -DKBINT -DFSERROR -DNOPIXRECT -DNOFORN -DNOETHER -DBIGATOMS -DBIGVM -DNEWCDRCODING +#define EXTRACFLAGS -DDOS -DBYTESWAP -DKBINT -DNOPIXRECT -DNOFORN -DNOETHER -DBIGATOMS -DBIGVM -DNEWCDRCODING #define EXTRALDFLAGS graphics.lib binmode.lib mouse.lib BINARYDIR = BINDIR AFLAGS = /T diff --git a/bin/mkfile.i b/bin/mkfile.i index af7b02d..73a37af 100644 --- a/bin/mkfile.i +++ b/bin/mkfile.i @@ -24,7 +24,7 @@ ETHERFILES = ldeether.obj KEY = keytstno.obj -CFLAGS = -I. -DBIGATOMS -DNEW_STORAGE -DDOS -DBYTESWAP -DKBINT -DFSERROR -DNOPIXRECT -DNOFORN -DNOETHER -DBIGATOMS -DBIGVM -DNEWCDRCODING -O2 +CFLAGS = -I. -DBIGATOMS -DNEW_STORAGE -DDOS -DBYTESWAP -DKBINT -DNOPIXRECT -DNOFORN -DNOETHER -DBIGATOMS -DBIGVM -DNEWCDRCODING -O2 LDFLAGS = -O2 graphics.lib binmode.lib mouse.lib diff --git a/inc/locfile.h b/inc/locfile.h index d377881..56e677e 100755 --- a/inc/locfile.h +++ b/inc/locfile.h @@ -243,7 +243,6 @@ extern DLword *Lisp_world; /* To access LispSysout area */ } \ } -#ifdef FSERROR #define DIRP(path, dir, buf){ \ int lf_rval; \ struct stat lf_statbuf; \ @@ -261,21 +260,6 @@ extern DLword *Lisp_world; /* To access LispSysout area */ return(0); \ } \ } -#else -#define DIRP(path, dir, buf){ \ - int lf_rval; \ - struct stat lf_statbuf; \ - strcpy(buf, path); \ - strcat(buf, dir); \ - TIMEOUT( lf_rval=stat(buf, &lf_statbuf) ); \ - if( lf_rval == 0){ \ - if( (lf_statbuf.st_mode & S_IFMT) == S_IFDIR ){ \ - strcat(path, dir); \ - return(1); \ - } \ - } \ - } -#endif #define FILEP(path, file, buf){ \ int lf_rval; \ @@ -563,7 +547,6 @@ extern int errno; } -#ifdef FSERROR #define UNLINK(x){ \ TIMEOUT(lf_rval=unlink(x)); \ if(lf_rval == -1){ \ @@ -572,17 +555,7 @@ extern int errno; return(0); \ } \ } -#else -#define UNLINK(x){ \ - TIMEOUT(lf_rval=unlink(x)); \ - if(lf_rval == -1){ \ - err_mess("unlink", errno); \ - return(0); \ - } \ - } -#endif -#ifdef FSERROR #define LINK(x,y){ \ TIMEOUT(lf_rval=link(x, y)); \ if(lf_rval == -1){ \ @@ -595,21 +568,7 @@ extern int errno; } \ } \ } -#else -#define LINK(x,y){ \ - TIMEOUT(lf_rval=link(x, y)); \ - if(lf_rval == -1){ \ - if(errno == 2) \ - return(1); \ - else{ \ - err_mess("link", errno);\ - return(0); \ - } \ - } \ - } -#endif -#ifdef FSERROR #define RENAME(x,y){ \ TIMEOUT(lf_rval=rename(x, y)); \ if(lf_rval == -1){ \ @@ -626,22 +585,7 @@ extern int errno; } \ } \ } -#else -#define RENAME(x,y){ \ - TIMEOUT(lf_rval=rename(x, y)); \ - if(lf_rval == -1){ \ - switch(errno){ \ - case 2: \ - return(1); \ - default: \ - err_mess("rename", errno);\ - return(0); \ - } \ - } \ - } -#endif -#ifdef FSERROR #define STAT(x,y){ \ TIMEOUT(lf_rval=stat(x, y)); \ if(lf_rval != 0){ \ @@ -650,15 +594,6 @@ extern int errno; return(-1); \ } \ } -#else -#define STAT(x,y){ \ - TIMEOUT(lf_rval=stat(x, y)); \ - if(lf_rval != 0){ \ - err_mess("stat", errno); \ - return(-1); \ - } \ - } -#endif /* * For file name length check diff --git a/src/main.c b/src/main.c index ae6cbe2..c8a9167 100644 --- a/src/main.c +++ b/src/main.c @@ -348,10 +348,8 @@ int main(int argc, char *argv[]) Barf and print the command line if tha fails */ -#ifdef FSERROR /* For call makepathname */ Lisp_errno = &Dummy_errno; -#endif i = 1; @@ -666,9 +664,7 @@ int makepathname(char *src, char *dst) case '.': if (getcwd(dst, MAXPATHLEN) == 0) { /* set working directory */ -#ifdef FSERROR *Lisp_errno = errno; -#endif return (0); } switch (*(base + 1)) { @@ -688,11 +684,7 @@ int makepathname(char *src, char *dst) default: return (0); } case '~': -#ifdef FSERROR ERRSETJMP(0); -#else - SETJMP(0); -#endif if (*(base + 1) == '/') { /* path is "~/foo" */ #ifdef DOS @@ -701,9 +693,7 @@ int makepathname(char *src, char *dst) TIMEOUT(pwd = getpwuid(getuid())); #endif /* DOS */ if (pwd == NULL) { -#ifdef FSERROR *Lisp_errno = errno; -#endif return (0); } #ifndef DOS @@ -722,9 +712,7 @@ int makepathname(char *src, char *dst) TIMEOUT(pwd = getpwnam(name)); #endif /* DOS */ if (pwd == NULL) { -#ifdef FSERROR *Lisp_errno = errno; -#endif return (0); } #ifndef DOS