Mark D. Baushke writes: > > which means that stdint.h has this: > > ...other conditionals that probably do not lead to this block being > ...used, even though it really should be included as this is where SGI > ...puts all of the types we need. > # if 1 > # include /usr/include/inttypes.h > # endif
Note that that is invalid syntax -- you either need quotes or angle brackets around the path in the #include. -Larry Jones I don't like these stories with morals. -- Calvin