]> git.pld-linux.org Git - packages/irssi.git/blame - irssi-gcc4.patch
- tabs in preamble
[packages/irssi.git] / irssi-gcc4.patch
CommitLineData
50c553f7
PS
1--- irssi-0.8.10-rc5/src/core/misc.h.orig 2004-03-23 23:10:02.000000000 +0100
2+++ irssi-0.8.10-rc5/src/core/misc.h 2005-03-01 20:23:20.306008696 +0100
3@@ -1,6 +1,10 @@
4 #ifndef __MISC_H
5 #define __MISC_H
6
7+#ifdef HAVE_CONFIG_H
8+#include "config.h"
9+#endif
10+
11 /* `str' should be type char[MAX_INT_STRLEN] */
12 #define ltoa(str, num) \
13 g_snprintf(str, sizeof(str), "%d", num)
14--- irssi-0.8.10-rc5/src/perl/module.h.orig 2001-12-14 02:54:12.000000000 +0100
15+++ irssi-0.8.10-rc5/src/perl/module.h 2005-03-01 20:23:50.545411608 +0100
16@@ -1,3 +1,7 @@
17+#ifdef HAVE_CONFIG_H
18+#include "config.h"
19+#endif
20+
21 #ifdef NEED_PERL_H
22 # include <EXTERN.h>
23 # ifndef _SEM_SEMUN_UNDEFINED
This page took 0.035423 seconds and 4 git commands to generate.