diff options
Diffstat (limited to 'test cases/common/127 cpp and asm/symbol-underscore.h')
| -rw-r--r-- | test cases/common/127 cpp and asm/symbol-underscore.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/common/127 cpp and asm/symbol-underscore.h b/test cases/common/127 cpp and asm/symbol-underscore.h new file mode 100644 index 000000000..508cf50c5 --- /dev/null +++ b/test cases/common/127 cpp and asm/symbol-underscore.h @@ -0,0 +1,5 @@ +#if defined(__WIN32__) || defined(__APPLE__) +# define SYMBOL_NAME(name) _##name +#else +# define SYMBOL_NAME(name) name +#endif |
