~ubuntu-branches/ubuntu/intrepid/pidgin/intrepid-security

« back to all changes in this revision

Viewing changes to libpurple/plugins/helloworld.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-10-01 19:47:44 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071001194744-0hayi2nwsiwnoef0
Tags: 1:2.2.1-1ubuntu1
Sync with Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
#include <glib.h>
35
35
 
 
36
/* This will prevent compiler errors in some instances and is better explained in the
 
37
 * how-to documents on the wiki */
 
38
#ifndef G_GNUC_NULL_TERMINATED
 
39
# if __GNUC__ >= 4
 
40
#  define G_GNUC_NULL_TERMINATED __attribute__((__sentinel__))
 
41
# else
 
42
#  define G_GNUC_NULL_TERMINATED
 
43
# endif
 
44
#endif
 
45
 
36
46
#include <notify.h>
37
47
#include <plugin.h>
38
48
#include <version.h>