[evolution-patches] [PATCH] Camel double symbol def
- From: Hans Petter Jansson <hpj ximian com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] [PATCH] Camel double symbol def
- Date: Fri, 28 Jan 2005 19:03:19 -0600
Trivial. ChangeLog says it all.
--
Hans Petter Jansson | <hpj novell com>
Evolution Developer | http://hp.cl.no/
? camel/camel-mime-tables.c
Index: camel/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/ChangeLog,v
retrieving revision 1.2410
diff -u -p -r1.2410 ChangeLog
--- camel/ChangeLog 28 Jan 2005 09:47:04 -0000 1.2410
+++ camel/ChangeLog 29 Jan 2005 01:00:38 -0000
@@ -1,3 +1,8 @@
+2005-01-28 Hans Petter Jansson <hpj novell com>
+
+ * camel-mime-utils.c (camel_mime_special_table): Declare this extern,
+ since it's external now. The double definition could break the build.
+
2005-01-27 Jeffrey Stedfast <fejj novell com>
* providers/imap4/camel-imap4-summary.c
Index: camel/camel-mime-utils.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/camel-mime-utils.c,v
retrieving revision 1.222
diff -u -p -r1.222 camel-mime-utils.c
--- camel/camel-mime-utils.c 12 Jan 2005 08:46:49 -0000 1.222
+++ camel/camel-mime-utils.c 29 Jan 2005 01:00:40 -0000
@@ -83,7 +83,7 @@ static unsigned char tohex[16] = {
};
/* generated by gentables.pl and supplied by camel-mime-tables.c */
-unsigned short camel_mime_special_table[256];
+extern unsigned short camel_mime_special_table[256];
static unsigned char camel_mime_base64_rank[256] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]