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); }

VERSION = PARROT_VERSION;

Is this a problem?

--Brent Dax
[EMAIL PROTECTED]
Configure pumpking for Perl 6

"Nothing important happened today."
    --George III of England's diary entry for 4-Jul-1776

Reply via email to