The include path now supports the unix convention that an empty directory name means the current directory.

The lex grammer was changed so that it for quoted strings can contain any ascii character except a quote.
This commit is contained in:
Marty Kraimer
1998-01-21 15:15:50 +00:00
parent 8df9f0bbb8
commit c57c4b562a
8 changed files with 102 additions and 89 deletions

View File

@@ -19,12 +19,14 @@ of this distribution.
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <epicsPrint.h>
#include <errMdef.h>
#include <dbStaticLib.h>
#include <dbStaticPvt.h>
#include <dbBase.h>
#include <gpHash.h>
#include "dbDefs.h"
#include "epicsPrint.h"
#include "errMdef.h"
#include "dbStaticLib.h"
#include "dbStaticPvt.h"
#include "dbBase.h"
#include "gpHash.h"
DBBASE *pdbbase = NULL;