From a25f17dcfb08786441898895cf9bdfe4a60cfd54 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 22 May 2011 11:56:34 +0000 Subject: [PATCH] 2011-05-22 13:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/vm/vmmt/Makefile ! added pbyref.c --- harbour/ChangeLog | 6 +++++- harbour/src/vm/vmmt/Makefile | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3b691be5c0..b7ad4b9789 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-05-22 13:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * src/vm/vmmt/Makefile + ! added pbyref.c + 2011-05-21 14:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/teditor.prg ! fixed regression occurred in commit: @@ -45,7 +49,7 @@ * HB_RANDOMMAX() -> HB_RANDOMINTMAX() ; TOFIX: now broken under mingw in all places where HB_RANDOMINT() is potentially called with larger than HB_RANDOMINTMAX() - value. This will be impossible f.e. in RANDOM() CT function. + value. This will be impossible f.e. in RANDOM() CT function. [NOT A BUG] * src/rtl/hbrandom.c * src/rtl/hbrand.c diff --git a/harbour/src/vm/vmmt/Makefile b/harbour/src/vm/vmmt/Makefile index d10e945683..0e7efed7a9 100644 --- a/harbour/src/vm/vmmt/Makefile +++ b/harbour/src/vm/vmmt/Makefile @@ -72,6 +72,7 @@ C_SOURCES += \ initexit.c \ initsymb.c \ memvclip.c \ + pbyref.c \ pcount.c \ pvalue.c \ pvaluehb.c \