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