diff options
Diffstat (limited to 'macros/ASTManagement/AST_ExtractNameAndScope.sci')
-rw-r--r-- | macros/ASTManagement/AST_ExtractNameAndScope.sci | 2 |
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 |