Skip to content

Commit

Permalink
Issue #67 'end' must sometimes be overloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeandersson committed Jul 8, 2016
1 parent 7e057d2 commit 090946a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/matlab/matlabkw.swg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MATLABKW(classdef);
MATLABKW(continue);
MATLABKW(else);
MATLABKW(elseif);
MATLABKW(end);
//MATLABKW(end); /* must sometimes be overloaded */
MATLABKW(for);
MATLABKW(function);
MATLABKW(global);
Expand Down

0 comments on commit 090946a

Please sign in to comment.