DtMmdb: move to lib directory as a standalone library.
This commit is contained in:
parent
f3baea9faa
commit
e93b2bc626
|
|
@ -8,8 +8,6 @@
|
|||
#include "Debug.h"
|
||||
#include "FeatureDefDictionary.h"
|
||||
|
||||
#define alloca(x) (malloc(x))
|
||||
|
||||
def_list_t* g_def_list = 0;
|
||||
|
||||
extern void yyerror(char*);
|
||||
|
|
@ -22,9 +22,6 @@
|
|||
#include "HardCopy/autoNumberFP.h"
|
||||
extern autoNumberFP gAutoNumberFP;
|
||||
|
||||
|
||||
#define alloca(x) (malloc(x))
|
||||
|
||||
extern void yyerror(char*);
|
||||
extern int yylex();
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue