Fixed mismatching parenthesis in section attribute on OS X
This commit is contained in:
parent
c94fef2837
commit
dc0f871d0e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
# define SECTION_END_PREFIX __last
|
||||
# define SECTION_START_SUFFIX(Name) __asm("section$start$__DATA$" Name)
|
||||
# define SECTION_END_SUFFIX(Name) __asm("section$end$__DATA$" Name)
|
||||
# define SECTION_(Name) CR_ATTRIBUTE(section("__DATA," Name)
|
||||
# define SECTION_(Name) CR_ATTRIBUTE(section("__DATA," Name))
|
||||
# define SECTION_SUFFIX_
|
||||
# elif CR_IS_MSVC
|
||||
# define SECTION_START_PREFIX __start
|
||||
|
|
Loading…
Add table
Reference in a new issue