* include/hbexprb.c
* source/compiler/exproptb.c
* source/compiler/harbour.y
*added support for passing the reference to object's variable
e.g.
foo( @obj:var )
11 lines
301 B
C
11 lines
301 B
C
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/* hbexprb.c is also included from ../macro/macro.c
|
|
* However it produces a slighty different code if used in
|
|
* macro compiler (there is an additional parameter passed to some functions)
|
|
* 1.19 - ignore this magic number - this is used to force compilation
|
|
*/
|
|
#include "hbexprb.c"
|