freebsd-ports/games/quakeforge/files/patch-libs__gib__gib_thread.c
Alejandro Pulver 80a08d871c - Fix building with GCC 4.x.
Reported by:	pointyhat
2006-12-17 19:24:20 +00:00

11 lines
349 B
C

--- ./libs/gib/gib_thread.c.orig Thu Sep 11 03:03:10 2003
+++ ./libs/gib/gib_thread.c Sun Dec 17 15:57:31 2006
@@ -89,7 +89,7 @@
void
GIB_Thread_Execute (void)
{
- static qboolean iterator (cbuf_t *cbuf, llist_node_t *node)
+ qboolean iterator (cbuf_t *cbuf, llist_node_t *node)
{
if (GIB_DATA(cbuf)->program)
Cbuf_Execute_Stack (cbuf);