Files
harbour-core/harbour/source/macro/macrob.c
2000-07-15 17:50:44 +00:00

17 lines
373 B
C

/*
* $Id$
*/
/* hbexprb.c is also included from ../compiler/exproptb.c
* However it produces a slighty different code if used in
* macro compiler (there is an additional parameter passed to some functions)
* 1 - ignore this magic number - this is used to force compilation
*/
#define HB_MACRO_SUPPORT
#include "hbmacro.h"
#include "hbcomp.h"
#include "hbexprb.c"