h.removeIntrinsicMacros(intrnsc_macronames)
removes
the named intrinsic macro from h
.removeIntrinsicMacros(intrnsc_macronames
)Macros
.
h.addIntrinsicMacros('GCCROOT') h.getMacro('GCCROOT')
ans = []
h.removeIntrinsicMacros('GCCROOT') h.getMacro('GCCROOT')