Move set.c into libQFutil.

Also move the ALLOC/FREE macros from qfcc.h to QF/alloc.h (needed to for
set.c).

Both modules are more generally useful than just for qfcc (eg, set
builtins for ruamoko).
This commit is contained in:
Bill Currie 2012-12-06 20:52:53 +09:00
parent b28ac6672b
commit eb8fd55677
24 changed files with 149 additions and 91 deletions

View file

@ -39,6 +39,7 @@
#endif
#include <stdlib.h>
#include "QF/alloc.h"
#include "QF/dstring.h"
#include "QF/hash.h"
#include "QF/va.h"