Lexical jumps
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ static ALWAYS_INLINE void CHECK_LISTP(LispVal *obj) {
|
||||
}
|
||||
|
||||
// List utility functions
|
||||
DECLARE_FUNCTION(member, (LispVal * elt, LispVal *list, LispVal *pred));
|
||||
DECLARE_FUNCTION(memq, (LispVal * elt, LispVal *list));
|
||||
DECLARE_FUNCTION(member_if, (LispVal * pred, LispVal *list));
|
||||
|
||||
DECLARE_FUNCTION(plist_put, (LispVal * plist, LispVal *prop, LispVal *value));
|
||||
|
||||
Reference in New Issue
Block a user