mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-04 15:43:04 +00:00
9 lines
245 B
C
9 lines
245 B
C
#ifndef EQFDEFS_H
|
|
#define EQFDEFS_H 1
|
|
#include "lispemul.h" /* for LispPTR */
|
|
LispPTR N_OP_clequal(int arg1, int arg2);
|
|
LispPTR N_OP_eqlop(int arg1, int arg2);
|
|
LispPTR N_OP_equal(int arg1, int arg2);
|
|
LispPTR N_OP_eqq(int arg1, int arg2);
|
|
#endif
|