From cc44248f58d10c10f34b2a1408a627a167c3d4df Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sun, 1 Jun 2003 23:49:29 +0000 Subject: Turn off debugging. 2003-06-01 Jeffrey Stedfast * broken-date-parser.c (d): Turn off debugging. * providers/pop3/camel-pop3-engine.c (get_capabilities): Move the code that prepends the 'password' authtype to the auth list so that we don't add it again when regetting the capabilities. svn path=/trunk/; revision=21360 --- camel/broken-date-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/broken-date-parser.c') diff --git a/camel/broken-date-parser.c b/camel/broken-date-parser.c index 7dcdf1e61e..60e5f1760a 100644 --- a/camel/broken-date-parser.c +++ b/camel/broken-date-parser.c @@ -36,7 +36,7 @@ #include "broken-date-parser.h" #include "e-time-utils.h" -#define d(x) x +#define d(x) #define NUMERIC_CHARS "1234567890" #define WEEKDAY_CHARS "SundayMondayTuesdayWednesdayThursdayFridaySaturday" -- cgit v1.2.3