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
d...@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?

Reply via email to