mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-11 10:35:04 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user