Move database compilation out into its own tool (for now).
This commit is contained in:
parent
d6b59a1c12
commit
f0528b0ded
14 changed files with 588 additions and 404 deletions
2
misc.c
2
misc.c
|
@ -6,7 +6,7 @@
|
|||
#include "share.h" /* for SETUP */
|
||||
#include "misc.h"
|
||||
#include "funcs.h"
|
||||
#include "database.h"
|
||||
#include "database/database.h"
|
||||
|
||||
/* hack to ignore GCC Unused Result */
|
||||
#define IGNORE(r) do{if(r){}}while(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue