Build of cvs tree is broken

arm-linux-gcc -DPACKAGE=“SDL” -DVERSION=“1.2.5” -DHAVE_ALLOCA_H=1
-DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DDISABLE_CDROM -DDISKAUD_SUPPORT
-DOSS_SUPPORT -DENABLE_FBCON -DUSE_INPUT_EVENTS -D_REENTRANT
-DSDL_USE_PTHREADS -I…/…/…/include -I…/…/…/include/SDL
-I…/…/…/src -I…/…/…/src/linux -I…/…/…/src/main
-I…/…/…/src/audio -I…/…/…/src/video
-I…/…/…/src/video/XFree86/extensions -I…/…/…/src/events
-I…/…/…/src/joystick -I…/…/…/src/cdrom -I…/…/…/src/thread
-I…/…/…/src/timer -I…/…/…/src/endian -I…/…/…/src/file -c
SDL_sysjoystick.c -fPIC -DPIC -o .libs/SDL_sysjoystick.lo
SDL_sysjoystick.c:73: called object is not a function
SDL_sysjoystick.c:74: initializer element is not constant
SDL_sysjoystick.c:74: (near initialization for `special_joysticks[10]’)
make: *** [SDL_sysjoystick.lo] Error 1

The cvs logs show this file was checked in today:----------------------------
revision 1.9
date: 2002/06/12 03:30:58; author: slouken; state: Exp; lines: +4 -1
Added some more joysticks on Linux

arm-linux-gcc -DPACKAGE=“SDL” -DVERSION=“1.2.5” -DHAVE_ALLOCA_H=1
-DHAVE_ALLOCA=1 -I. -I. -g -O2 -Wall -DDISABLE_CDROM -DDISKAUD_SUPPORT
-DOSS_SUPPORT -DENABLE_FBCON -DUSE_INPUT_EVENTS -D_REENTRANT
-DSDL_USE_PTHREADS -I…/…/…/include -I…/…/…/include/SDL
-I…/…/…/src -I…/…/…/src/linux -I…/…/…/src/main
-I…/…/…/src/audio -I…/…/…/src/video
-I…/…/…/src/video/XFree86/extensions -I…/…/…/src/events
-I…/…/…/src/joystick -I…/…/…/src/cdrom -I…/…/…/src/thread
-I…/…/…/src/timer -I…/…/…/src/endian -I…/…/…/src/file -c
SDL_sysjoystick.c -fPIC -DPIC -o .libs/SDL_sysjoystick.lo
SDL_sysjoystick.c:73: called object is not a function
SDL_sysjoystick.c:74: initializer element is not constant
SDL_sysjoystick.c:74: (near initialization for `special_joysticks[10]’)
make: *** [SDL_sysjoystick.lo] Error 1

The cvs logs show this file was checked in today:

hey sorry bout that, but it was my patch. i left off a comma after the last
entry
before NULL in the special_joysticks struct.–
jacob