Skip to content
Snippets Groups Projects
Commit fac81b44 authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

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

Remove the TEST_MAIN stuff at the top...
parent 02d55fc6
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment