/[svn]/linuxsampler/trunk/src/scriptvm/parser.y
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/parser.y

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3052 by schoenebeck, Wed Dec 14 17:34:54 2016 UTC revision 3054 by schoenebeck, Thu Dec 15 12:47:45 2016 UTC
# Line 838  int InstrScript_tnamerr(char* yyres, con Line 838  int InstrScript_tnamerr(char* yyres, con
838      }      }
839    
840    if (! yyres)    if (! yyres)
841      return yystrlen (yystr);      return (int) yystrlen (yystr);
842    
843    return yystpcpy (yyres, yystr) - yyres;    return int( yystpcpy (yyres, yystr) - yyres );
844  }  }

Legend:
Removed from v.3052  
changed lines
  Added in v.3054

  ViewVC Help
Powered by ViewVC