Fixed a couple of bugs in the files
This commit is contained in:
parent
4764a45ddf
commit
cdae0ed0b5
|
|
@ -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"); */
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
#include <stddef.h>
|
||||
|
||||
#ifdef HAVE_LIMITS_H
|
||||
# include <machine/limits.h>
|
||||
# include <limits.h>
|
||||
#endif
|
||||
|
||||
#include "memory.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue