+/* This clashes with 5.005_03's headers. */
+#define na(c) { \
+ while(*c && !isspace(*c)) \
+ c++; \
+ while(*c && isspace(*c)) \
+ c++; }
+
+Because of the name, right? If so, I'll go and change it, because it's being used from some other files. When I first saw all those warnings I couldn't understand why, thank you. Daniel Grunblatt.
