Skip to content

Commit

Permalink
Fix the 'Compiling' macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Elmore committed Oct 27, 2009
1 parent f5dea87 commit 06bf113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pez.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ static void print_regex_error(int code, regex_t *rx)
#ifdef COMPILATION_SAFETY
#define Compiling
#else
#define Compiling if (state == Falsity) {notcomp(); return;}
#define Compiling if (state == Falsity) {notcomp(p); return;}
#endif
#define Compconst(x) Ho(1); Hstore = (pez_stackitem)(x)
#define Skipstring p->ip += *((char *)p->ip)
Expand Down

0 comments on commit 06bf113

Please sign in to comment.