diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 85e900b859..d8d0713873 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,5 +1,15 @@ 19990711-20:25 Ryszard Glab +* include/init.h + * all functions and variables declared in this file have to be 'static' + +* source/vm/initsymb.c + * added again #ifdef HARBOUR_STRICT_ANSI_C to call functions for + symbols table initialization only when strict ANSI C compiler + is used. + +19990711-20:25 Ryszard Glab + * include/extend.h + added HB_VALUE structure for storing memvars and detached locals + added hb_struMemvar used in HB_ITEM structure