Simon Cozens:
# On Sat, Jan 05, 2002 at 02:37:13AM -0800, Brent Dax wrote:
# > It appears that #include and #define directives within an ops file
# > aren't respected. Is this the case? I have something like
# this at the
# > top of rx.ops:
# >
# > /*
# > ** rx.ops
# > */
# >
# > #include "parro
On Sat, Jan 05, 2002 at 02:37:13AM -0800, Brent Dax wrote:
> It appears that #include and #define directives within an ops file
> aren't respected. Is this the case? I have something like this at the
> top of rx.ops:
>
> /*
> ** rx.ops
> */
>
> #include "parrot/rx.h"
That *ought* to work OK.
It appears that #include and #define directives within an ops file
aren't respected. Is this the case? I have something like this at the
top of rx.ops:
/*
** rx.ops
*/
#include "parrot/rx.h"
#define RxAssertMore(rx, branchto) if(rx->index >=
string_length(rx->string)) { goto OFFSET(branchto);