[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: pcb crooked traces
On Oct 11, 2010, at 3:00 PM, Andrew Poelstra wrote:
> Well, the C standard says that long must be ``at least'' 32 bits,
> maybe more. To the best of my knowledge, gcc uses a 32-bit long
> even on 64-bit systems, to maintain compatibility with old code.
> This was true last I checked, a year or two ago.
Use int64_t from stdint.h if present (should be in any reasonably modern system). Have autoconf define it as "long long" if stdint.h isn't present.
John Doty Noqsi Aerospace, Ltd.
http://www.noqsi.com/
jpd@xxxxxxxxx
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user