DPI svSetScope is speced to return last scope, not new one

This commit is contained in:
Wilson Snyder
2009-12-08 21:35:15 -05:00
parent 6a2aa7e4f0
commit 3386466e7a
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ string AstVar::vlArgType(bool named, bool forReturn) const {
return arg;
}
string AstVar::cpubArgType(bool named, bool forReturn) const {
string AstVar::cPubArgType(bool named, bool forReturn) const {
if (forReturn) named=false;
string arg;
if (isWide() && isInOnly()) arg += "const ";