ChangeLog 20000320-13:45 GMT+1

This commit is contained in:
Ryszard Glab
2000-03-20 12:26:38 +00:00
parent 7a1f91f3f5
commit c9c515d479
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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 * );