KCC and parenthesis in preprocessor lines

David Griffith dave at 661.org
Tue Jan 7 21:25:05 CST 2020


I'm having some trouble getting Frotz 2.50 ported to TOPS20.  Version 2.32 
with dumb interface compiles fine under KCC.  With 2.50, there are several 
preprocessor lines that include parentheses.  For instance:

#if UINT_MAX == (1UL<<32)-1UL
typedef unsigned int  uint32;
#else
typedef unsigned long  uint32;
#endif

What's a better way of accomplishing this?

-- 
David Griffith
dave at 661.org

A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


More information about the cctalk mailing list