ports/emulators/generator/files/patch-cpu68k__def68k.c
Alejandro Pulver d459f32431 - Fix building with GCC 4.x.
Reported by:	pointyhat
2007-03-22 04:02:00 +00:00

11 lines
326 B
C

--- cpu68k/def68k.c.orig Sun May 4 21:58:27 2003
+++ cpu68k/def68k.c Thu Mar 22 00:58:30 2007
@@ -21,7 +21,7 @@
/* file-scope global variables */
static int total = 0;
-static int clocks_movetable[]; /* pre-declaration */
+int clocks_movetable[]; /* pre-declaration */
/* private functions for forward references */