2014-10-05 11:45 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/compiler/harbour.y
* src/macro/macro.y
* update declaration depreciated in new bison version
* src/macro/macro.yyc
* src/macro/macro.yyh
* regenerated
This commit is contained in:
@@ -10,6 +10,15 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2014-10-05 11:45 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* src/compiler/harbour.y
|
||||
* src/macro/macro.y
|
||||
* update declaration depreciated in new bison version
|
||||
|
||||
* src/macro/macro.yyc
|
||||
* src/macro/macro.yyh
|
||||
* regenerated
|
||||
|
||||
2014-10-04 21:25 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* contrib/gtqtc/gtqtc1.cpp
|
||||
+ added support for decoded image data passed to HB_GTI_DISPIMAGE like
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%pure-parser
|
||||
%parse-param { PHB_COMP pComp }
|
||||
%lex-param { PHB_COMP pComp }
|
||||
%name-prefix = "hb_comp_yy"
|
||||
%name-prefix "hb_comp_yy"
|
||||
%{
|
||||
/*
|
||||
* Harbour Project source code:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%pure-parser
|
||||
%parse-param { PHB_MACRO pMacro }
|
||||
%lex-param { PHB_MACRO pMacro }
|
||||
%name-prefix = "hb_macro_yy"
|
||||
%name-prefix "hb_macro_yy"
|
||||
|
||||
%{
|
||||
/*
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,7 +2,7 @@
|
||||
|
||||
/* Bison interface for Yacc-like parsers in C
|
||||
|
||||
Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
|
||||
Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -85,7 +85,7 @@ typedef union YYSTYPE
|
||||
{
|
||||
|
||||
/* Line 2068 of yacc.c */
|
||||
#line 143 "macro.y"
|
||||
#line 139 "macro.y"
|
||||
|
||||
const char * string; /* to hold a string returned by lex */
|
||||
int iNumber; /* to hold a temporary integer number */
|
||||
|
||||
Reference in New Issue
Block a user