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:
parent
7cee16c01e
commit
84ac0f6c9c
1 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue