From: Alexandre Oliva (oliva@dcc.unicamp.br)
Date: Wed Feb 03 1999 - 15:00:35 EST
On Feb 3, 1999, Godmar Back <gback@cs.utah.edu> wrote:
> As I understand it, the types get pulled in by seemingly harmless
> includes such as <stdio.h> or <stdlib.h>.
Except that they're highly system dependent (i.e., most systems don't
define it), so we'd better not rely on them.
> So the question becomes how to avoid double definitions introduced by
> gtypes.h.
We shouldn't define them, unless configure determines that they are
not defined. And even then there's risk for double definition, so
we'd better avoid it.
> What do you mean by "relies on those variables instead of using jtypes"?
I mean ``what the hack is that guy doing with int8_t et al that he
couldn't do with jbyte, jshort, jint and jlong''?
-- Alexandre Oliva http://www.dcc.unicamp.br/~oliva aoliva@{acm.org} oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org} Universidade Estadual de Campinas, SP, Brasil
This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:57 EDT