Do not typedef size_t
commitecc23fa3f9c50a6589d31929c9e7ed9e64da061f
authorVincent Danjean <Vincent.Danjean@ens-lyon.org>
Thu, 23 Apr 2009 08:34:11 +0000 (23 10:34 +0200)
committerVincent Danjean <Vincent.Danjean@ens-lyon.org>
Thu, 23 Apr 2009 17:29:14 +0000 (23 19:29 +0200)
treeda90210b84dfa6f1d52079f9c781195de21fc12c
parent2cbe828770fe6de0055e9dda5e90a67f9ba6c89d
Do not typedef size_t

size_t is a type defined in standard headers.
If we need it, we should use these headers.
Else, we will have problems on architecture with different definition...
swig/gsl_typemaps.i