Commit fac81b44 authored by Marc G. Fournier's avatar Marc G. Fournier

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

Remove the TEST_MAIN stuff at the top...
parent 02d55fc6
...@@ -19,14 +19,7 @@ Dale Schumacher, Academic Press, ISBN: 0-12-632360-7. ...@@ -19,14 +19,7 @@ Dale Schumacher, Academic Press, ISBN: 0-12-632360-7.
#include <ctype.h> #include <ctype.h>
#include <locale.h> #include <locale.h>
#ifdef TEST_MAIN #include <utils/cash.h>
# include <stdlib.h>
# define palloc malloc
#else
# include <palloc.h>
#endif
#include "cash.h"
/* when we go to 64 bit values we will have to modify this */ /* when we go to 64 bit values we will have to modify this */
#define CASH_BUFSZ 24 #define CASH_BUFSZ 24
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment