Left bits from previous version info code caused compilation errors
if NH_DEVEL_STATUS was not set to NH_STATUS_WIP.
exit(EXIT_FAILURE);
}
-#if (NH_DEVEL_STATUS == NH_STATUS_WIP)
-#else
- Strcat(subbuf, " post-release");
-#endif
void
do_date()
{
*strval++ = '\0';
/* strip off the '\n' */
if ((c = index(strval, '\n')) != 0)
- *c = '\0';
+ *c = '\0';
if ((c = index(opt, '\n')) != 0)
*c = '\0';
/* strip leading and trailing white space */
#endif /*DEFAULT_WINDOW_SYS*/
}
-#if (NH_DEVEL_STATUS == NH_STATUS_WIP)
-#else
- " [post-release]"
-#endif
/* routine to decide whether to discard something from data.base */
static boolean
d_filter(line)