Commit 818a3b15 by Mark Mitchell Committed by Mark Mitchell

* rtl.h (RTL_CHECKC2): Fix typo in last change.

From-SVN: r29090
parent 83ab3839
No preview for this file type
......@@ -294,7 +294,7 @@ extern void rtvec_check_failed_bounds PROTO((rtvec, int,
#define RTL_CHECK1(RTX, N, C1) ((RTX)->fld[N])
#define RTL_CHECK2(RTX, N, C1, C2) ((RTX)->fld[N])
#define RTL_CHECKC1(RTX, N, C) ((RTX)->fld[N])
#define RTL_CHECKC2(RTX, N, C1, C1) ((RTX)->fld[N])
#define RTL_CHECKC2(RTX, N, C1, C2) ((RTX)->fld[N])
#define RTVEC_ELT(RTVEC, I) ((RTVEC)->elem[I])
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment