OSDN Git Service

fix for FreeBSD 11.1.
[hmh/hhml.git] / lib / expr.h
index a0aa81c..7603740 100644 (file)
@@ -31,7 +31,6 @@ MNode*  progn (MNode* arg, MlEnv* mlenv);
 void  progn_ex (MNode* arg, MlEnv* mlenv);
 void  checkDefun (MNode* cell, ustring& rname, MNode*& sexp);
 MNode*  newLambda (MNode* cell);
-bool  isLambda (MNode* sexp);
 MNode*  buildArgs (int start, const std::vector<ustring>& args);
 MNode*  buildArgs (int start, const std::vector<ustring>& args, const ustring& arg2);
 MNode*  buildArgs (const ustring& arg1);