ChangeLog 20000320-13:45 GMT+1
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
20000320-13:45 GMT+1 Ryszard Glab <rglab@imid.med.pl>
|
||||
|
||||
*source/macro/macro.y
|
||||
*added declaration of yyparse() function
|
||||
|
||||
20000320-13:10 GMT+1 Ryszard Glab <rglab@imid.med.pl>
|
||||
|
||||
*source/compiler/harbour.y
|
||||
|
||||
@@ -70,6 +70,7 @@
|
||||
#undef YYLEX_PARAM
|
||||
#define YYLEX_PARAM ( (HB_MACRO_PTR)YYPARSE_PARAM ) /* additional parameter passed to yylex */
|
||||
|
||||
extern int yyparse( void * ); /* to make happy some purist compiler */
|
||||
extern void * hb_compFlexNew( HB_MACRO_PTR );
|
||||
extern void hb_compFlexDelete( void * );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user