1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-26 20:37:01 +00:00

Remove FUJI compile flag. (#38)

This was only used for a keyboard warning that doesn't seem
relevant any longer.
This commit is contained in:
Bruce Mitchener
2020-12-14 08:21:54 +07:00
committed by GitHub
parent 074dce0e90
commit 7313de4274
2 changed files with 1 additions and 23 deletions

View File

@@ -143,9 +143,6 @@ RECLAIMINC If true, then the RECLAIMCELL opcode calls gcreclaimcell in
and is not in any system. Probably fairly easy to debug??
KB_SUN4 The kbd type for the Type-4 keyboard. Defined only because
older OS versions of the compiler don't define it automatically.
FUJI If true, and you don't set the LDEKBDTYPE environment variable,
you'll get a nasty message asking you to set it before
running lisp. Otherwise, you'll default to a type-3 kbd.
FLTINT If true, use the floating-point exception interrupts to detect
errors and overflows on FP operations. The interrupt sets a
global error flag. Otherwise, calls library routines to see