From 926ce276cbaa0570eaba47368d555d28d842d56b Mon Sep 17 00:00:00 2001 From: Ryszard Glab Date: Thu, 27 Jul 2006 12:08:36 +0000 Subject: [PATCH] 2006-07-27 14:20 UTC+0100 Ryszard Glab * include/hbcomp.h * source/compiler/genc.c * source/compiler/gencli.c * source/compiler/genhrb.c * source/compiler/genjava.c * source/compiler/genobj32.c * source/compiler/harbour.c * fixed compilation of static variables with -gc2 switch * source/pp/ppcore.c * fixed vertical spacing in generated ppo files * source/util/hbpptest/pretest.prg * fixed for current state of preprocessor --- harbour/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6bdecbea6e..fd48186737 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -20,6 +20,9 @@ * source/pp/ppcore.c * fixed vertical spacing in generated ppo files + + * source/util/hbpptest/pretest.prg + * fixed for current state of preprocessor 2006-07-27 01:18 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu)