Changed %module xx_yy_zz to generate xx-yy-zz.scm and

xx-yy-zz_wrap.c[xx] (and xx-yy-zz-clos.scm and xx-yy-zz-generic.scm if
using TinyCLOS).  Consistent with the "namifying" of other C
identifiers.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4535 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Jonah Beckford 2003-03-15 15:19:00 +00:00
commit 8bbb5d2f77
13 changed files with 95 additions and 83 deletions

View file

@ -2,10 +2,10 @@
;; by SWIG.
;; All generic methods must be included first
(include "example_generic")
(include "example-generic")
;; After generic are defined, can include TinyCLOS code
(include "example_clos")
(include "example-clos")
;; ----- Object creation -----