Digital Research
This commit is contained in:
2020-11-06 18:50:37 +01:00
parent 621ed8ccaf
commit 31738079c4
8481 changed files with 1888323 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
/* manifest constants/types for PL/M lexer/parser.
$Id: plm-manifest.h,v 1.1 1994/02/28 20:54:26 hays Exp $
Copyright 1994 by Kirk Hays (hays@ichips.intel.com)
USE AT YOUR OWN RISK. NO WARRANTY EXPRESSED OR IMPLIED.
This code is distributed in the hope that it will be useful,
but without any warranty. Further, there is no implied warranty of
merchantability or fitness for a particular purpose.
*/
extern int lineno;
/* brute force type the value stack - this would not be appropriate in
a real compiler, but suits our purposes just fine */
typedef char * CHAR_PTR;
#define YYSTYPE CHAR_PTR