------- Comment #1 from pinskia at gcc dot gnu dot org  2005-10-15 13:54 -------
(In reply to comment #0)
> #ifndef SSIZE_MAX
> #define SSIZE_MAX SHRT_MAX
> #endif

Short is too small.  SSIZE_MAX is the signed version of size_t.  If you can
figure out what the type of size_t, you have figured out that too.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24383

Reply via email to