summaryrefslogtreecommitdiff
path: root/games/quakeforge/patches/patch-av
blob: d216cb3df1990e8f3c91efb7455fa23faf9e5508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-av,v 1.1 2008/01/23 04:59:38 tnn Exp $

--- tools/qfcc/include/method.h.orig	2004-02-04 04:49:46.000000000 +0000
+++ tools/qfcc/include/method.h
@@ -99,6 +99,6 @@ void clear_selectors (void);
 
 struct expr_s *method_check_params (method_t *method, struct expr_s *args);
 
-extern struct hashtab_s *known_methods;
+// extern struct hashtab_s *known_methods;
 
 #endif//__method_h