•Type for namespaces
This commit is contained in:
parent
837a69b3aa
commit
aa9cd8f514
@ -11,6 +11,7 @@ B type_c1(B t, B x) {
|
||||
else if (isFun(x)) r = 3;
|
||||
else if (isMd1(x)) r = 4;
|
||||
else if (isMd2(x)) r = 5;
|
||||
else if (isNsp(x)) r = 6;
|
||||
if (r==-1) { print(x); err(": getting type"); }
|
||||
decR(x);
|
||||
return m_i32(r);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user