Fix #include "cash.h" to be #include <utils/cash.h>

Remove the TEST_MAIN stuff at the top...
This commit is contained in:
Marc G. Fournier 1997-04-10 20:42:35 +00:00
parent 02d55fc6ca
commit fac81b448c
1 changed files with 1 additions and 8 deletions

View File

@ -19,14 +19,7 @@ Dale Schumacher, Academic Press, ISBN: 0-12-632360-7.
#include <ctype.h>
#include <locale.h>
#ifdef TEST_MAIN
# include <stdlib.h>
# define palloc malloc
#else
# include <palloc.h>
#endif
#include "cash.h"
#include <utils/cash.h>
/* when we go to 64 bit values we will have to modify this */
#define CASH_BUFSZ 24