Files
harbour-core/harbour/source/macro/macroc.c
2003-11-06 10:42:58 +00:00

17 lines
375 B
C

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