2011-05-22 13:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* src/vm/vmmt/Makefile
    ! added pbyref.c
This commit is contained in:
Viktor Szakats
2011-05-22 11:56:34 +00:00
parent 15c959fe1c
commit a25f17dcfb
2 changed files with 6 additions and 1 deletions

View File

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

View File

@@ -72,6 +72,7 @@ C_SOURCES += \
initexit.c \
initsymb.c \
memvclip.c \
pbyref.c \
pcount.c \
pvalue.c \
pvaluehb.c \