This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/24383] mingw doesn't have SSIZE_MAX



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]