~ubuntu-branches/ubuntu/raring/evolution-data-server/raring-proposed

« back to all changes in this revision

Viewing changes to camel/camel-imapx-tokenise.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-11-13 10:12:28 UTC
  • mfrom: (1.1.107)
  • Revision ID: package-import@ubuntu.com-20121113101228-gvueq2vu386p625x
Tags: 3.6.2-0ubuntu1
* New upstream release
* debian/libcamel-1.2-40.symbols::
  - Updated
* debian/patches/dont-abort-in-e_source_registry_new.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* ANSI-C code produced by gperf version 3.0.4 */
 
1
/* ANSI-C code produced by gperf version 3.0.3 */
2
2
/* Command-line: /usr/bin/gperf -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k'1,$' --output-file=camel-imapx-tokenise.h camel-imapx-tokens.txt  */
3
3
 
4
4
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
83
83
 
84
84
#ifdef __GNUC__
85
85
__inline
86
 
#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__
 
86
#ifdef __GNUC_STDC_INLINE__
87
87
__attribute__ ((__gnu_inline__))
88
88
#endif
89
89
#endif