Mercurial > sdl-ios-xcode
view src/hermes/common.inc @ 2140:15b4a74cdac1
Merged r3125:3126 from branches/SDL-1.2: yasm/nasm warning fix.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 03 Jul 2007 09:54:27 +0000 |
parents | d76c3909b244 |
children |
line wrap: on
line source
; Some common macros for hermes nasm code %macro SDL_FUNC 1 %ifdef HIDDEN_VISIBILITY GLOBAL %1:function hidden %else GLOBAL %1 %endif %endmacro