diff options
author | Chris Toshok <toshok@ximian.com> | 2002-08-17 02:31:07 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-08-17 02:31:07 +0800 |
commit | 366ae7f15a1ab4ba46b3352d36eee4c135f92ff0 (patch) | |
tree | fd81599d44951e9bb7122bfe27c26249bb39f87e /camel/ChangeLog | |
parent | a6405ccf0c085063096e5e3e3e2d1fc0d9b45d26 (diff) | |
download | gsoc2013-evolution-366ae7f15a1ab4ba46b3352d36eee4c135f92ff0.tar gsoc2013-evolution-366ae7f15a1ab4ba46b3352d36eee4c135f92ff0.tar.gz gsoc2013-evolution-366ae7f15a1ab4ba46b3352d36eee4c135f92ff0.tar.bz2 gsoc2013-evolution-366ae7f15a1ab4ba46b3352d36eee4c135f92ff0.tar.lz gsoc2013-evolution-366ae7f15a1ab4ba46b3352d36eee4c135f92ff0.tar.xz gsoc2013-evolution-366ae7f15a1ab4ba46b3352d36eee4c135f92ff0.tar.zst gsoc2013-evolution-366ae7f15a1ab4ba46b3352d36eee4c135f92ff0.zip |
remove the outer parens from the expansion of camel_argv_{start,end} since
2002-08-16 Chris Toshok <toshok@ximian.com>
* camel-arg.h: remove the outer parens from the expansion of
camel_argv_{start,end} since at least on freebsd va_end is
#defined to be nothing, so (va_end(..)) causes a syntax error.
svn path=/trunk/; revision=17790
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 9d1def4a1a..a15e34d14a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2002-08-16 Chris Toshok <toshok@ximian.com> + + * camel-arg.h: remove the outer parens from the expansion of + camel_argv_{start,end} since at least on freebsd va_end is + #defined to be nothing, so (va_end(..)) causes a syntax error. + 2002-08-16 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-store.c (get_folders): Fix the logic @@ -106,6 +112,7 @@ uids table is not null (if finalised before we ran refresh info). (id_to_fi): Removed. Use id hash table instead, fixed caller. +>>>>>>> 1.1609 2002-08-05 Jeffrey Stedfast <fejj@ximian.com> * camel.c (camel_init): Always set a g_atexit handler to @@ -207,6 +214,7 @@ (email_address_extract): Use is_domain_name_char rather than is_addr_char for the part after the @. +>>>>>>> 1.1599 2002-07-30 Jeffrey Stedfast <fejj@ximian.com> * camel-tcp-stream.c (camel_tcp_address_new): Update the comment. |