*** empty log message ***
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
+ Changed spaces to tabs in the generated code. This made the
|
||||
generated code size almost 30% smaller, and the comments better aligned.
|
||||
* source/compiler/harbour.l
|
||||
source/compiler/harbour.y
|
||||
include/hberrors.h
|
||||
+ One yyerror() call converted to standard GenError().
|
||||
* source/hbpp/hbppint.c
|
||||
|
||||
@@ -309,7 +309,8 @@ char * _szCErrors[] =
|
||||
"Invalid lvalue",
|
||||
"Invalid use of \'@\' (pass by reference): \'%s\'",
|
||||
"Formal parameters already declared",
|
||||
"Invalid %s from within of SEQUENCE code"
|
||||
"Invalid %s from within of SEQUENCE code",
|
||||
"Unterminated array index"
|
||||
};
|
||||
|
||||
/* Table with parse warnings */
|
||||
|
||||
Reference in New Issue
Block a user