mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
DtMmdb: move to lib directory as a standalone library.
This commit is contained in:
parent
f3baea9faa
commit
e93b2bc626
589 changed files with 31 additions and 2985 deletions
|
@ -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 a new issue