UIQ3 bugfixes, SVP drc indirect jumps, stuff
[picodrive.git] / Pico / PicoInt.h
index 7d4b06f..d0fc25c 100644 (file)
@@ -541,10 +541,6 @@ PICO_INTERNAL void z80_reset(void);
 PICO_INTERNAL void z80_exit(void);\r
 extern int PsndDacLine;\r
 \r
-#ifdef __cplusplus\r
-} // End of extern "C"\r
-#endif\r
-\r
 // emulation event logging\r
 #ifndef EL_LOGMASK\r
 #define EL_LOGMASK 0\r
@@ -590,5 +586,9 @@ extern void lprintf(const char *fmt, ...);
 #define cdprintf(x...)\r
 #endif\r
 \r
+#ifdef __cplusplus\r
+} // End of extern "C"\r
+#endif\r
+\r
 #endif // PICO_INTERNAL_INCLUDED\r
 \r