Fixed a couple of bugs in the files

This commit is contained in:
pnenzi 2000-11-21 21:44:33 +00:00
parent 4764a45ddf
commit cdae0ed0b5
2 changed files with 2 additions and 2 deletions

View File

@ -328,7 +328,7 @@ hprefix(char *buf)
void
cp_addhistent(int event, wordlist *wlist)
{
/* MW. This test is not needed if everything works right */
/* MW. This test is not needed if everything works right
if (cp_lastone && !cp_lastone->hi_wlist)
fprintf(cp_err, "Internal error: bad history list\n"); */

View File

@ -13,7 +13,7 @@
#include <stddef.h>
#ifdef HAVE_LIMITS_H
# include <machine/limits.h>
# include <limits.h>
#endif
#include "memory.h"