More moves for Tool Packages
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1676 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
26
Tools/CCode/Source/Pccts/dlg/stdpccts.h
Normal file
26
Tools/CCode/Source/Pccts/dlg/stdpccts.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef STDPCCTS_H
|
||||
#define STDPCCTS_H
|
||||
/*
|
||||
* stdpccts.h -- P C C T S I n c l u d e
|
||||
*
|
||||
* Terence Parr, Will Cohen, and Hank Dietz: 1989-2001
|
||||
* Purdue University Electrical Engineering
|
||||
* With AHPCRC, University of Minnesota
|
||||
* ANTLR Version 1.33MR33
|
||||
*/
|
||||
|
||||
#ifndef ANTLR_VERSION
|
||||
#define ANTLR_VERSION 13333
|
||||
#endif
|
||||
|
||||
#include "pcctscfg.h"
|
||||
#include "pccts_stdio.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include "dlg.h"
|
||||
#define zzSET_SIZE 8
|
||||
#include "antlr.h"
|
||||
#include "tokens.h"
|
||||
#include "dlgdef.h"
|
||||
#include "mode.h"
|
||||
#endif
|
Reference in New Issue
Block a user