Mercurial > pidgin
diff libpurple/internal.h @ 18203:c23aef39f9bb
merge of '088881d37b32f572377200c693a5d9662e4e3586'
and 'c8ccb9550c625221a5a784368b13cfb5bf821c00'
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Tue, 19 Jun 2007 23:52:23 +0000 |
parents | 7df46d8bf114 |
children | 4cc042912ac2 |
line wrap: on
line diff
--- a/libpurple/internal.h Tue Jun 19 13:33:26 2007 +0000 +++ b/libpurple/internal.h Tue Jun 19 23:52:23 2007 +0000 @@ -170,6 +170,10 @@ # endif #endif +#ifndef G_GNUC_NULL_TERMINATED +# define G_GNUC_NULL_TERMINATED +#endif + /* Safer ways to work with static buffers. When using non-static * buffers, either use g_strdup_* functions (preferred) or use * g_strlcpy/g_strlcpy directly. */