ekjstm / permafrost

Automatically exported from code.google.com/p/permafrost
0 stars 0 forks source link

Typemaps are applied unconditionally as though long type was 32 bits #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A number of methods use %apply to force application of a typemap.
These declarations should check to see if long is 32 bits or 64.

Check typemaps applying to hssize_t or haddr_t and add an architecture
preprocessor check.

Original issue reported on code.google.com by solomon....@gmail.com on 16 Feb 2009 at 10:20