mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-27 20:58:44 +00:00
Remove FSERROR define as it is always on. (#96)
The FSERROR define is on all the time now. It was not controlling all of the functionality, with many places setting Lisp_errnno outside of the code controlled by the define.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user