diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-08 01:16:38 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-08 01:16:38 +0000 |
| commit | 4d39defcb59600513ff65a688c54f3d6b13ca63a (patch) | |
| tree | c1b89b128f8c7f53a277a8cac28979d02357d083 /libpcsxcore/ppc/reguse.h | |
| parent | aaaf3199b1afd1e5f88f23ce40305a5df5455599 (diff) | |
| download | pcsxr-4d39defcb59600513ff65a688c54f3d6b13ca63a.tar.gz | |
more cleanups.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47580 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/ppc/reguse.h')
| -rw-r--r-- | libpcsxcore/ppc/reguse.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/libpcsxcore/ppc/reguse.h b/libpcsxcore/ppc/reguse.h index 69001ef3..de42dece 100644 --- a/libpcsxcore/ppc/reguse.h +++ b/libpcsxcore/ppc/reguse.h @@ -1,7 +1,10 @@ - #ifndef __REGUSE_H__ #define __REGUSE_H__ +#ifdef __cplusplus +extern "C" { +#endif + // include basic types #include "../psxcommon.h" @@ -74,4 +77,7 @@ int useOfPsxReg(u32 code, int use, int psxreg) __attribute__ ((__pure__));; int nextPsxRegUse(u32 pc, int psxreg) __attribute__ ((__pure__));; int isPsxRegUsed(u32 pc, int psxreg) __attribute__ ((__pure__));; -#endif /* __REGUSE_H__ */ +#ifdef __cplusplus +} +#endif +#endif |
