diff options
Diffstat (limited to 'macros/ASTManagement/AST_PopASTStack.sci')
-rw-r--r-- | macros/ASTManagement/AST_PopASTStack.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ASTManagement/AST_PopASTStack.sci b/macros/ASTManagement/AST_PopASTStack.sci index bff1d9fa..34857499 100644 --- a/macros/ASTManagement/AST_PopASTStack.sci +++ b/macros/ASTManagement/AST_PopASTStack.sci @@ -26,7 +26,7 @@ global StackPosition; global STACKDEDUG; if StackPosition == 1 - SCI2Cerror('Stack empty. Cannot pop from stack.'); + error(9999, 'Stack empty. Cannot pop from stack.'); end stackelement = SCI2CSTACK(StackPosition,1); |