Internals: Show static funcs.

This commit is contained in:
Wilson Snyder 2019-01-12 09:43:24 -05:00
parent ef884143d1
commit a2a09253a2

View File

@ -1197,6 +1197,7 @@ void AstCFunc::dump(std::ostream& str) {
this->AstNode::dump(str);
if (slow()) str<<" [SLOW]";
if (pure()) str<<" [PURE]";
if (isStatic()) str<<" [STATIC]";
if (dpiImport()) str<<" [DPII]";
if (dpiExport()) str<<" [DPIX]";
if (dpiExportWrapper()) str<<" [DPIXWR]";