First a big "Hello", since I just joined the list.

Now a question, I am putting a XS wrapper over a 'C' library
we have.  The header files have defined types, in paticular 
'#define LLONG long long', when I compile the module, I get
a parse error for a header file that contains a structure that
uses the "LLONG" type.  I was able to get it to compile by 
changing the LLONG to "long long", but I want to use the #define
since it is different for our different arch.  Do I need to have
a constant function for the #define?  I believe you only need the
constant funcs if the #define needs to be accessible by perl user,
right??

                            Thanks,
                                  STH

----------------------------------
E-Mail: [EMAIL PROTECTED]
Date: 30-Jan-2003
Time: 09:16:44
----------------------------------

Reply via email to