diff options
Diffstat (limited to 'lang/rexx-regina/files/patch-strmath.c')
-rw-r--r-- | lang/rexx-regina/files/patch-strmath.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/rexx-regina/files/patch-strmath.c b/lang/rexx-regina/files/patch-strmath.c new file mode 100644 index 000000000000..388bccd8d0f1 --- /dev/null +++ b/lang/rexx-regina/files/patch-strmath.c @@ -0,0 +1,11 @@ +--- strmath.c.orig 2012-08-09 00:43:53 UTC ++++ strmath.c +@@ -296,7 +296,7 @@ int descr_to_int( const tsd_t *TSD, cons + streng *h; + + h = name_of_node( TSD, NULL, input ); +- fs = tmpstr_of( TSD, h ); ++ fs = tmpstr_of( (tsd_t *) TSD, h ); + Free_stringTSD( h ); + switch( errnum ) + { |