aboutsummaryrefslogblamecommitdiff
path: root/audio/prokyon3/files/patch-src_getopt.c
blob: 6c31966e4c51ff4c754a3f7e075462157c39d3c6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                          
--- src/getopt.c.orig	Sat Sep 20 10:34:30 2003
+++ src/getopt.c	Sat Sep 20 10:35:56 2003
@@ -24,6 +24,8 @@
 #include "config.h"
 #endif
 
+#define _(String)(String)
+
 #ifndef __STDC__
 /* This is a separate conditional since some stdc systems
    reject `defined (const)'.  */