Skip to content

Commit

Permalink
Added a throws modifier to addLocalsToStack()...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 4, 2001
1 parent f01f808 commit ec34f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion last/toby/interpreter/FunctionLogicContext.java
Expand Up @@ -95,7 +95,7 @@ public void linkImpl(GlobalLogicContext glob) throws ParseException
} // link


protected void addLocalsToStack()
protected void addLocalsToStack() throws FlowException
{
int max = locals.size();

Expand Down

0 comments on commit ec34f30

Please sign in to comment.