new name mods

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6592 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-11-01 22:57:56 +00:00
commit 33032bb431
12 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
%module lib_carrays
%module li_carrays
%warnfilter(801) doubleArray; /* Ruby, wrong class name */

View file

@ -1,4 +1,4 @@
%module lib_cdata
%module li_cdata
%include "cdata.i"

View file

@ -1,4 +1,4 @@
%module lib_cmalloc
%module li_cmalloc
%warnfilter(801) sizeof_int; /* Ruby, wrong constant name */
%warnfilter(801) sizeof_double; /* Ruby, wrong constant name */

View file

@ -1,4 +1,4 @@
%module lib_constraints
%module li_constraints
%include constraints.i
%inline %{

View file

@ -1,4 +1,4 @@
%module lib_cpointer
%module li_cpointer
%warnfilter(801) doublep; /* Ruby, wrong class name */

View file

@ -1,4 +1,4 @@
%module lib_cstring
%module li_cstring
%include "cstring.i"

View file

@ -1,2 +1,2 @@
%module lib_math
%module li_math
%include math.i

View file

@ -1,4 +1,4 @@
%module lib_std_deque
%module li_std_deque
%include "std_deque.i"

View file

@ -1,4 +1,4 @@
%module lib_std_pair
%module li_std_pair
%include "std_pair.i"

View file

@ -1,4 +1,4 @@
%module lib_std_string
%module li_std_string
%include "std_string.i"
%inline %{

View file

@ -1,4 +1,4 @@
%module lib_std_vector
%module li_std_vector
%include "std_vector.i"

View file

@ -1,4 +1,4 @@
%module lib_typemaps
%module li_typemaps
%include "typemaps.i"