1
0
Fork 0
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:
Liang Chang 2022-01-13 00:15:14 +08:00
parent f3baea9faa
commit e93b2bc626
589 changed files with 31 additions and 2985 deletions

View file

@ -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*);

View file

@ -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