You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _H8300_LINKAGE_H
|
|
#define _H8300_LINKAGE_H
|
|
|
|
#undef SYMBOL_NAME_LABEL
|
|
#undef SYMBOL_NAME
|
|
#define SYMBOL_NAME_LABEL(_name_) _##_name_##:
|
|
#define SYMBOL_NAME(_name_) _##_name_
|
|
#endif
|
|
|