This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
yacc.h?
- From: vince <vince at io dot com>
- To: gcc at gnu dot org
- Date: Thu, 30 May 2002 10:45:47 -0500 (CDT)
- Subject: yacc.h?
I have a customer using the gcc compiler(2.95.3) on an HP machine.
He's trying to include yacc.h but unable to find it. The only
yacc.h file I find is installed as part of HP's aCC compiler
package:
/* Header file for C++ programs using yacc output */
#ifndef YACC_H
#define YACC_H
#ifdef __cplusplus
extern "C" {
extern void yyerror(const char *);
extern int yylex();
extern int yyparse();
}
#endif /* __cplusplus */
#endif /* YACC_H */
I imagine this file would work for the customer but is there
a yacc.h included as part of a GNU package?
Thanks!
--
vince
/* Visit the home of the Rancid Tofu Experience */
/* http://www.mp3.com/rancidtofuexperience */