/[svn]/linuxsampler/trunk/src/scriptvm/editor/nksp.l
ViewVC logotype

Diff of /linuxsampler/trunk/src/scriptvm/editor/nksp.l

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

revision 2950 by schoenebeck, Sun Jul 10 14:24:13 2016 UTC revision 2951 by schoenebeck, Fri Jul 15 20:07:47 2016 UTC
# Line 225  end { Line 225  end {
225      return yyextra->token.baseType;      return yyextra->token.baseType;
226  }  }
227    
228  declare|while|if|or|and|not|else|case|select|to|mod|const|polyphonic {  declare|while|if|or|and|not|else|case|select|to|mod|const|polyphonic|function|call {
229      yyextra->token = KeywordToken(yytext);      yyextra->token = KeywordToken(yytext);
230      return yyextra->token.baseType;      return yyextra->token.baseType;
231  }  }

Legend:
Removed from v.2950  
changed lines
  Added in v.2951

  ViewVC Help
Powered by ViewVC