- Fix building with GCC 4.x.

Reported by:	pointyhat
This commit is contained in:
Alejandro Pulver 2007-03-22 04:02:00 +00:00
parent ce11335e86
commit d459f32431
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187969

View File

@ -0,0 +1,11 @@
--- 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 */