diff options
author | 2016-05-01 20:27:50 +0200 | |
---|---|---|
committer | 2016-05-01 20:27:50 +0200 | |
commit | be67262fc21f75d40dead90256c0ec3142be7b12 (patch) | |
tree | 4013158c275962acd59cd78df4932dc117efa0a7 /src/devices/cpu/m68000 | |
parent | 66d0dd3d8255ae33a5a28455a540c71c032a11e9 (diff) |
INC -> HXX makes editors and code analyzers see it as C++ (nw)
Diffstat (limited to 'src/devices/cpu/m68000')
-rw-r--r-- | src/devices/cpu/m68000/m68kcpu.cpp | 2 | ||||
-rw-r--r-- | src/devices/cpu/m68000/m68kfpu.hxx (renamed from src/devices/cpu/m68000/m68kfpu.inc) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m68000/m68kcpu.cpp b/src/devices/cpu/m68000/m68kcpu.cpp index 3adef0173ba..7a76094bdc5 100644 --- a/src/devices/cpu/m68000/m68kcpu.cpp +++ b/src/devices/cpu/m68000/m68kcpu.cpp @@ -29,7 +29,7 @@ static const char copyright_notice[] = #include "m68kcpu.h" #include "m68kops.h" -#include "m68kfpu.inc" +#include "m68kfpu.hxx" #include "m68kmmu.h" extern void m68040_fpu_op0(m68000_base_device *m68k); diff --git a/src/devices/cpu/m68000/m68kfpu.inc b/src/devices/cpu/m68000/m68kfpu.hxx index 5c0d884311e..5c0d884311e 100644 --- a/src/devices/cpu/m68000/m68kfpu.inc +++ b/src/devices/cpu/m68000/m68kfpu.hxx |