acb94c0b93
Otherwise, they cause link errors on Darwin.
12 lines
286 B
Text
12 lines
286 B
Text
$NetBSD: patch-ap,v 1.1 2006/07/06 22:04:03 minskim Exp $
|
|
|
|
--- src/help.c.orig 2004-04-30 05:59:11.000000000 -0700
|
|
+++ src/help.c
|
|
@@ -1,5 +1,7 @@
|
|
#include "help.h"
|
|
|
|
+char* version;
|
|
+
|
|
void check_updates() {
|
|
|
|
//when language implementation will be ready i'll delete this dummy var.
|