/[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 3732 by schoenebeck, Fri Jan 31 10:57:53 2020 UTC revision 3733 by schoenebeck, Sat Feb 1 18:11:20 2020 UTC
# Line 266  end { Line 266  end {
266      return yyextra->token.baseType;      return yyextra->token.baseType;
267  }  }
268    
269  declare|while|if|or|and|not|else|case|select|to|mod|const|polyphonic|function|call|synchronized {  declare|while|if|or|and|not|else|case|select|to|mod|const|polyphonic|function|call|synchronized|patch {
270      yyextra->token = KeywordToken(yytext);      yyextra->token = KeywordToken(yytext);
271      return yyextra->token.baseType;      return yyextra->token.baseType;
272  }  }

Legend:
Removed from v.3732  
changed lines
  Added in v.3733

  ViewVC Help
Powered by ViewVC