Remove scilab and allegro specifics in 3 testcases

This commit is contained in:
William S Fulton 2013-09-17 21:04:33 +01:00
commit 5109e1fe12
3 changed files with 3 additions and 16 deletions

View file

@ -9,13 +9,9 @@ below.
%warnfilter(SWIGWARN_TYPEMAP_VARIN_UNDEF) global_char_array1; // Unable to set variable of type char[]
%warnfilter(SWIGWARN_TYPEMAP_CHARLEAK_MSG) global_const_char; // Setting a const char * variable may leak memory.
#if defined(SWIG_ALLEGRO_CL) || defined(SWIGSCILAB)
%{
#include <stdio.h>
%}
#endif
%{
#define OTHERLAND_MSG "Little message from the safe world."
#define CPLUSPLUS_MSG "A message from the deep dark world of C++, where anything is possible."
static char *global_str = NULL;