# HG changeset patch # User Pavel Jank # Date 1004740583 0 # Node ID ec60cd36c99538205a0ae600a69dac9517e49238 # Parent 5d09739999b8d3bf37049e8d3f1dce3b53d9e357 Remove comment which is a copy of comment in mocklisp.c. diff -r 5d09739999b8 -r ec60cd36c995 src/mocklisp.h --- a/src/mocklisp.h Fri Nov 02 21:03:24 2001 +0000 +++ b/src/mocklisp.h Fri Nov 02 22:36:23 2001 +0000 @@ -18,10 +18,6 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* This is the main entry point to mocklisp execution. - When eval sees a mocklisp function being called, it calls here - with the unevaluated argument list */ - extern Lisp_Object ml_apply (); extern Lisp_Object Fml_if (); extern Lisp_Object Fml_nargs ();