Operating System - HP-UX
1834288 Members
2469 Online
110066 Solutions
New Discussion

Re: yacc.h source code or path on HP-UX 11.0

 
vamsi sudhakar
Advisor

yacc.h source code or path on HP-UX 11.0

I am using g++ compiler on HP-UX 11.0. I am compiling some lex and yacc files. While generating the .cpp (cplus cplus) files i am getting error like "yacc.h file not found".

Can anybody help me where i can find the yacc.h file or can anybody provide me the source code of this header file??
Thanks and regards
Vamsi
Together we can win....
1 REPLY 1
Michael Tully
Honored Contributor

Re: yacc.h source code or path on HP-UX 11.0

Hi,

You can get it here.

Michael

http://developer.kde.org/documentation/library/2.2-api/classref/kio/yacc_h.html

Source: yacc.h

--------------------------------------------------------------------------------
Annotated List
Files
Globals
Hierarchy
Index


typedef union
{
char valb;
int vali;
double vald;
char *name;
void *ptr;
} YYSTYPE;
#define NOT 257
#define EQ 258
#define NEQ 259
#define LEQ 260
#define GEQ 261
#define LE 262
#define GR 263
#define OR 264
#define AND 265
#define IN 266
#define EXIST 267
#define MAX 268
#define MIN 269
#define BOOL 270
#define STRING 271
#define ID 272
#define NUM 273
#define FLOAT 274


extern YYSTYPE kiotraderlval;

Anyone for a Mutiny ?