提交 fac81b44 编写于 作者: M Marc G. Fournier

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

Remove the TEST_MAIN stuff at the top...
上级 02d55fc6
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册