Coding style.

This commit is contained in:
redcode
2018-11-02 08:36:30 +01:00
parent 38c1331cde
commit bd3cf2cb8e

View File

@@ -21,6 +21,9 @@ this library. If not, see <http://www.gnu.org/licenses/>. */
#include <Z/macros/pointer.h>
#if defined(CPU_Z80_BUILD_ABI) || defined(CPU_Z80_BUILD_MODULE_ABI)
# ifndef CPU_Z80_USE_ABI
# define CPU_Z80_USE_ABI
# endif
# if defined(CPU_Z80_HIDE_ABI)
# define CPU_Z80_ABI static
@@ -29,11 +32,6 @@ this library. If not, see <http://www.gnu.org/licenses/>. */
# else
# define CPU_Z80_ABI Z_API_EXPORT
# endif
# ifndef CPU_Z80_USE_ABI
# define CPU_Z80_USE_ABI
# endif
#endif
#if defined(CPU_Z80_HIDE_API)