mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-03 14:59:26 +00:00
Cleanup in eqf.c
Correct procedure declarations since N_OP_xxx function args are all LispPTRs
Replace my.h defn of IsNumber() with Numberp() defn in lsptypes.h
This commit is contained in:
@@ -631,6 +631,7 @@ typedef struct
|
||||
/* This MACRO is similar to LISTP */
|
||||
#define Listp(address) (GetTypeNumber(address) == TYPE_LISTP)
|
||||
|
||||
#define Numberp(address) (GetTypeEntry(address) & TT_NUMBERP)
|
||||
|
||||
/******************************************/
|
||||
/* Lisp's PATHNAME datatype */
|
||||
|
||||
Reference in New Issue
Block a user