The header inclusion macro has been changed to avoid warnings.

This commit is contained in:
redcode
2018-10-12 03:33:13 +02:00
parent f912b7a677
commit f62b3079ff

View File

@@ -7,8 +7,8 @@
Copyright (C) 1999-2018 Manuel Sainz de Baranda y Goñi.
Released under the terms of the GNU General Public License v3. */
#ifndef __emulation_CPU_Z80_H__
#define __emulation_CPU_Z80_H__
#ifndef _emulation_CPU_Z80_H_
#define _emulation_CPU_Z80_H_
#include <Z/hardware/CPU/architecture/Z80.h>
#include <Z/ABIs/generic/emulation.h>
@@ -57,4 +57,4 @@ CPU_Z80_API void z80_int (Z80 *object, zboolean state);
Z_C_SYMBOLS_END
#endif /* __emulation_CPU_Z80_H__ */
#endif /* _emulation_CPU_Z80_H_ */