summaryrefslogtreecommitdiff
path: root/macros/SymbolTable/ST_FindPos.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/SymbolTable/ST_FindPos.sci')
-rw-r--r--macros/SymbolTable/ST_FindPos.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/SymbolTable/ST_FindPos.sci b/macros/SymbolTable/ST_FindPos.sci
index bfba11d1..737b7de4 100644
--- a/macros/SymbolTable/ST_FindPos.sci
+++ b/macros/SymbolTable/ST_FindPos.sci
@@ -40,7 +40,7 @@ for countertable = 1:NEntries
end
if (TBFlagfound > 1)
- SCI2Cerror('Symbol table conflict: found two symbols with the same name ""'+TBName+'"".');
+ error(9999, 'Symbol table conflict: found two symbols with the same name ""'+TBName+'"".');
end
endfunction