Search
lxdream.org :: lxdream/src/sh4/sh4dasm.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4dasm.h
changeset 736:a02d1475ccfd
prev586:2a3ba82cf243
next998:1754a8c6a9cf
author nkeynes
date Mon Aug 04 06:00:11 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix x86-64 bugs (only visible on OS X)
file annotate diff log raw
1.1 --- a/src/sh4/sh4dasm.h Tue Jan 15 20:50:23 2008 +0000
1.2 +++ b/src/sh4/sh4dasm.h Mon Aug 04 06:00:11 2008 +0000
1.3 @@ -16,8 +16,8 @@
1.4 * GNU General Public License for more details.
1.5 */
1.6
1.7 -#ifndef sh4dasm_H
1.8 -#define sh4dasm_H 1
1.9 +#ifndef lxdream_sh4dasm_H
1.10 +#define lxdream_sh4dasm_H 1
1.11
1.12 #include "cpu.h"
1.13
1.14 @@ -36,4 +36,4 @@
1.15 }
1.16 #endif
1.17
1.18 -#endif
1.19 +#endif /* !lxdream_sh4dasm_H */
.