scilab: fix tests having too long identifier names
This commit is contained in:
parent
78360b4d1b
commit
7307d967d0
16 changed files with 97 additions and 45 deletions
|
|
@ -4,6 +4,13 @@ This testcase tests whether the sizeof operator on a pointer is working.
|
|||
|
||||
%module sizeof_pointer
|
||||
|
||||
|
||||
#if defined(SWIGSCILAB)
|
||||
%rename(SizePtrTst) SizeofPointerTest;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
%inline %{
|
||||
|
||||
#define NO_PROBLEM sizeof(char)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue