diff options
Diffstat (limited to 'macros/SymbolTable/ST_AnalyzeScope.sci')
-rw-r--r-- | macros/SymbolTable/ST_AnalyzeScope.sci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/SymbolTable/ST_AnalyzeScope.sci b/macros/SymbolTable/ST_AnalyzeScope.sci index bb38ea73..c89c359a 100644 --- a/macros/SymbolTable/ST_AnalyzeScope.sci +++ b/macros/SymbolTable/ST_AnalyzeScope.sci @@ -63,8 +63,8 @@ for cntout = 1:NOutArg PrintStringInfo(' ...not found in: '+SymbolTableFileName+'.',ReportFileName,'file','y');
// #RNU_RES_E
else
- SCI2CerrorFile('Found a temp symbol in '+SymbolTableFileName+...
- ' with the same name of the equal output argument ""'+TBName+'"".',ReportFileName);
+ error(9999, 'Found a temp symbol in '+SymbolTableFileName+...
+ ' with the same name of the equal output argument ""'+TBName+'"".');
end
// #RNU_RES_B
|