*** empty log message ***

This commit is contained in:
Viktor Szakats
1999-08-24 02:22:20 +00:00
parent 72a71f0f44
commit 4df7b4d705
2 changed files with 3 additions and 1 deletions

View File

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

View File

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