mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-03 23:09:34 +00:00
NEW_STORAGE is no longer new. (#135)
* Always follow NEW_STORAGE code paths. This removes the code paths for the pre-NEW_STORAGE code. * Remove NEW_STORAGE from build system. The code no longer refers to `NEW_STORAGE`, so we can remove this from the build system.
This commit is contained in:
@@ -51,7 +51,7 @@ ETHERFILES = ldeether.OEXT
|
||||
|
||||
KEY = keytstno.OEXT
|
||||
|
||||
CFLAGS = -I. -DBIGATOMS -DNEW_STORAGE XFLAGS EXTRACFLAGS DEBUG
|
||||
CFLAGS = -I. -DBIGATOMS XFLAGS EXTRACFLAGS DEBUG
|
||||
|
||||
LDFLAGS = DEBUG EXTRALDFLAGS XLDFLAGS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user