Re: gpg-error.h possible(?) syntax error: #define GPG_ERR_SYSTEM_ERROR (1 15)

2009-11-08 Thread Hedge Hog
On Fri, Nov 6, 2009 at 7:04 AM, Werner Koch w...@gnupg.org wrote: On Sun,  1 Nov 2009 11:04, hedgehogshia...@gmail.com said: It is not clear to me if this is an problem with gpg-error.h or swig. The same code with some context:  typedef enum    {      GPG_ERR_NO_ERROR = 0,      

Re: gpg-error.h possible(?) syntax error: #define GPG_ERR_SYSTEM_ERROR (1 15)

2009-11-05 Thread Werner Koch
On Sun, 1 Nov 2009 11:04, hedgehogshia...@gmail.com said: It is not clear to me if this is an problem with gpg-error.h or swig. The same code with some context: typedef enum { GPG_ERR_NO_ERROR = 0, GPG_ERR_GENERAL = 1, [...] GPG_ERR_EOF = 16383, /* The