home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 3
/
CDPDIII.bin
/
pd
/
programming
/
utils
/
toolbox
/
lib
/
lalr
/
parser.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-03-12
|
316 b
|
19 lines
$@ # ifndef yy@
$@ # define yy@
/* $Id: Parser.h,v 2.1 1992/08/07 15:28:42 grosch rel $ */
$E /* EXPORT section is inserted here */
# ifdef yacc_interface
$@ # define @ yyparse
# define yyInitStackSize YYMAXDEPTH
# endif
$@ extern char * @_TokenName [];
$@ extern int @ ();
$@ extern void Close@ ();
# endif