test in C and fix names for ruby

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7653 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-10-14 14:56:22 +00:00
commit 08ba4d381e

View file

@ -3,9 +3,9 @@
%inline %{
typedef struct {
int numpoints;
} lineObj;
} LineObj;
typedef lineObj multipointObj;
typedef LineObj MultipointObj;
typedef struct {
#ifdef SWIG
@ -20,7 +20,7 @@
#ifndef SWIG
void* map;
#endif
} fontSetObj;
} FontSetObj;
#define MS_NOOVERRIDE -1111