summaryrefslogtreecommitdiff
path: root/games/quakeforge/patches/patch-al
blob: 242d7869854a47acee98b145f15225a03a41ff86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$NetBSD: patch-al,v 1.1 2008/01/23 04:59:36 tnn Exp $

--- libs/gib/gib_classes.c.orig	2003-11-29 02:01:31.000000000 +0000
+++ libs/gib/gib_classes.c
@@ -192,7 +192,7 @@ Object_Class_Children_f (gib_object_t *o
 	unsigned int size;
 	unsigned int i = 0;
 	
-	static qboolean
+	qboolean
 	iterator (gib_class_t *class, void *unused)
 	{
 		reply[i++] = class->name;
@@ -610,13 +610,13 @@ GIB_Classes_Build_Scripted (const char *
 	gib_classdesc_t desc;
 	enum {CLASS, INSTANCE} mode = INSTANCE;
 	
-	static void
+	void
 	mtabfree (void *mtab, void *unused)
 	{
 		free (mtab);
 	}
 
-	static const char *
+	const char *
 	fname (const char *str)
 	{
 		if (mode == INSTANCE)