| ARM Technical Support Knowledge Articles | |
Applies to: C166 C Compiler
Information in this article applies to:
I need to rename the class used by the compiler for one of my C modules. Is there a way to do this?
Yes. The RENAMECLASS directive lets you specify a new name for a class. For example:
RENAMECLASS(NCODE=MY_CODE_CLASS)
renames the NCODE class to MY_CODE_CLASS in the object file that is output by the compiler.
Article last edited on: 2005-07-15 13:15:55
Did you find this article helpful? Yes No
How can we improve this article?