Fixed comments and "ffi" package name.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7329 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Surendra Singhi 2005-07-14 04:23:58 +00:00
commit 84ac0f6c9c

View file

@ -1,7 +1,7 @@
/* -----------------------------------------------------------------------------
* python.cxx
* clisp.cxx
*
* Python module.
* clisp module.
*
* Author(s) : Surendra Singhi (surendra@asu.edu)
*
@ -75,7 +75,7 @@ int CLISP :: top(Node *n) {
Swig_register_filebyname("runtime",f_null);
Swig_register_filebyname("wrapper", f_null);
Printf(f_cl, ";; This is an automatically generated file. \n;;Make changes as you feel are necessary (but remember if you try to regenerate this file, your changes will be lost). \n\n(defpackage :%s\n (:use :common-lisp :ff :excl))\n\n(in-package :%s)\n", module, module);
Printf(f_cl, ";; This is an automatically generated file. \n;;Make changes as you feel are necessary (but remember if you try to regenerate this file, your changes will be lost). \n\n(defpackage :%s\n (:use :common-lisp :ffi))\n\n(in-package :%s)\n", module, module);
Language::top(n);