/*
- * $Id: cachemgr.cc,v 1.22 1996/09/15 05:04:14 wessels Exp $
+ * $Id: cachemgr.cc,v 1.23 1996/09/15 08:05:09 wessels Exp $
*
* DEBUG: Section 0 CGI Cache Manager
* AUTHOR: Harvest Derived
#define FALSE 0
#endif
#ifndef TRUE
-#define TRUE !FALSE
+#define TRUE 1
#endif
#define LF 10
++x;
y = 0;
- while ((line[y++] = line[x++]));
+ while ((line[y++] = line[x++]) != '\0');
return word;
}