Files
harbour-core/harbour/source/macro/macroslx.c

26 lines
498 B
C

/*
* $Id$
*/
#define HB_MACRO_SUPPORT
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include "hbmacro.h"
#include "hbcomp.h"
#include "macroy.h"
#include "hbsetup.h" /* main configuration file */
#include "hberrors.h"
#include "hbdefs.h"
/* this is relative to position of simplex.c in harbour source tree */
#define SLX_RULES "../macro/macro.slx"
/* this is relative to position of macroslx.c in harbour source tree */
#include "../compiler/simplex.c"