diff options
Diffstat (limited to '2.3-1/macros/ASTManagement/AST_ExtractNameAndScope.sci')
-rw-r--r-- | 2.3-1/macros/ASTManagement/AST_ExtractNameAndScope.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2.3-1/macros/ASTManagement/AST_ExtractNameAndScope.sci b/2.3-1/macros/ASTManagement/AST_ExtractNameAndScope.sci index fe5dc05a..1dbaaad7 100644 --- a/2.3-1/macros/ASTManagement/AST_ExtractNameAndScope.sci +++ b/2.3-1/macros/ASTManagement/AST_ExtractNameAndScope.sci @@ -75,6 +75,7 @@ if (SCI2Cstrncmps1size(tagname(1),ASTField)) ArgName = stripblanks(part(ASTField,taglength(1)+3:fieldlength)); ArgScope = stripblanks(part(ASTField,1:taglength(1)+1)); end + elseif (SCI2Cstrncmps1size(tagname(2),ASTField)) ArgName = stripblanks(part(ASTField,taglength(2)+1:fieldlength)); ArgName = part(ArgName,2:length(ArgName)-1); // I remove also the first and the last " |