removeIntrinsicMacros
Class: coder.make.ToolchainInfo
Namespace: coder.make
Remove intrinsic macro
Syntax
h.removeIntrinsicMacros(intrnsc_macronames)
Description
removes the named intrinsic macro from h.removeIntrinsicMacros(intrnsc_macronames)Macros.
Input Arguments
Examples
h.addIntrinsicMacros('GCCROOT') h.getMacro('GCCROOT')
ans =
[]
h.removeIntrinsicMacros('GCCROOT') h.getMacro('GCCROOT')
Version History
Introduced in R2013a