2007-10-13 02:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/macro/macro.yyc
  * harbour/source/macro/macro.yyh
  * harbour/source/compiler/harbour.yyc
  * harbour/source/compiler/harbour.yyh
    * updated for recent modifications
This commit is contained in:
Przemyslaw Czerpak
2007-10-13 00:14:07 +00:00
parent c374d6f243
commit 01bc547035
5 changed files with 862 additions and 851 deletions

View File

@@ -8,6 +8,13 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-10-13 02:13 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/macro/macro.yyc
* harbour/source/macro/macro.yyh
* harbour/source/compiler/harbour.yyc
* harbour/source/compiler/harbour.yyh
* updated for recent modifications
2007-10-13 02:12 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/doc/destruct.txt
* update description for multiple inherited destructors

File diff suppressed because it is too large Load Diff

View File

@@ -262,7 +262,7 @@
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
#line 107 "harbour.y"
#line 109 "harbour.y"
{
char * string; /* to hold a string returned by lex */
int iNumber; /* to hold a temporary integer number */
@@ -304,7 +304,7 @@ typedef union YYSTYPE
} value;
} asMessage;
}
/* Line 1533 of yacc.c. */
/* Line 1535 of yacc.c. */
#line 309 "harboury.h"
YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */

File diff suppressed because it is too large Load Diff

View File

@@ -122,7 +122,7 @@
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
#line 128 "macro.y"
#line 130 "macro.y"
{
char * string; /* to hold a string returned by lex */
int iNumber; /* to hold a temporary integer number */
@@ -150,7 +150,7 @@ typedef union YYSTYPE
UCHAR bDec; /* to hold the number of decimal points in the value */
} valDouble;
}
/* Line 1533 of yacc.c. */
/* Line 1535 of yacc.c. */
#line 155 "macroy.h"
YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */