RE: Including from an .ops file

2002-01-05 Thread Brent Dax
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

Re: Including from an .ops file

2002-01-05 Thread 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 "parrot/rx.h" That *ought* to work OK.

Including from an .ops file

2002-01-05 Thread Brent Dax
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);