From 4df7b4d705e26ad2b02f862b9a23f2a094e5cf03 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 24 Aug 1999 02:22:20 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 1 + harbour/source/compiler/harbour.y | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 903e0c4b9a..efc9252e85 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/source/compiler/harbour.y b/harbour/source/compiler/harbour.y index 0560db2746..d37d2a1d84 100644 --- a/harbour/source/compiler/harbour.y +++ b/harbour/source/compiler/harbour.y @@ -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 */