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:
parent
c611933db3
commit
33032bb431
12 changed files with 12 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
%module lib_carrays
|
||||
%module li_carrays
|
||||
|
||||
%warnfilter(801) doubleArray; /* Ruby, wrong class name */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%module lib_cdata
|
||||
%module li_cdata
|
||||
|
||||
%include "cdata.i"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%module lib_constraints
|
||||
%module li_constraints
|
||||
%include constraints.i
|
||||
|
||||
%inline %{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%module lib_cpointer
|
||||
%module li_cpointer
|
||||
|
||||
%warnfilter(801) doublep; /* Ruby, wrong class name */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%module lib_cstring
|
||||
%module li_cstring
|
||||
|
||||
%include "cstring.i"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
%module lib_math
|
||||
%module li_math
|
||||
%include math.i
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%module lib_std_deque
|
||||
%module li_std_deque
|
||||
|
||||
%include "std_deque.i"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%module lib_std_pair
|
||||
%module li_std_pair
|
||||
|
||||
%include "std_pair.i"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%module lib_std_string
|
||||
%module li_std_string
|
||||
%include "std_string.i"
|
||||
|
||||
%inline %{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%module lib_std_vector
|
||||
%module li_std_vector
|
||||
|
||||
%include "std_vector.i"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%module lib_typemaps
|
||||
%module li_typemaps
|
||||
|
||||
%include "typemaps.i"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue