summaryrefslogtreecommitdiff
path: root/lang/rexx-regina/files/patch-options.c
blob: ebc73386ffce5a1ab09c08ca124e4da906c444ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- options.c.orig	2019-10-06 06:09:39 UTC
+++ options.c
@@ -125,7 +125,7 @@ void do_options( const tsd_t *TSD, proclevel pl, stren
     */
    if ( get_options_flag( pl, EXT_SINGLE_INTERPRETER ) )
    {
-      setGlobalTSD( TSD );
+      setGlobalTSD( (tsd_t *) TSD );
    }
 }