summaryrefslogtreecommitdiff
path: root/macros/ASTManagement/AST_ExtractNameAndScope.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/ASTManagement/AST_ExtractNameAndScope.sci')
-rw-r--r--macros/ASTManagement/AST_ExtractNameAndScope.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ASTManagement/AST_ExtractNameAndScope.sci b/macros/ASTManagement/AST_ExtractNameAndScope.sci
index 7e71f75a..53830cfc 100644
--- a/macros/ASTManagement/AST_ExtractNameAndScope.sci
+++ b/macros/ASTManagement/AST_ExtractNameAndScope.sci
@@ -87,7 +87,7 @@ elseif (SCI2Cstrncmps1size(tagname(7),ASTField))
ArgName = '<empty>';
ArgScope = 'None';
else
- SCI2Cerror('Argument specifier not found in the AST field: '+ASTField);
+ error(9999, 'Argument specifier not found in the AST field: '+ASTField);
end
endfunction