Commit a8526922 by Doug Evans

(twice unrolled GO_IF_HARD_REG_EQUAL): Add missing \.

From-SVN: r11329
parent cffa8729
...@@ -173,7 +173,7 @@ do { register HARD_REG_ELT_TYPE *scan_xp_ = (X), *scan_yp_ = (Y); \ ...@@ -173,7 +173,7 @@ do { register HARD_REG_ELT_TYPE *scan_xp_ = (X), *scan_yp_ = (Y); \
#define GO_IF_HARD_REG_EQUAL(X,Y,TO) \ #define GO_IF_HARD_REG_EQUAL(X,Y,TO) \
do { register HARD_REG_ELT_TYPE *scan_xp_ = (X), *scan_yp_ = (Y); \ do { register HARD_REG_ELT_TYPE *scan_xp_ = (X), *scan_yp_ = (Y); \
if ((scan_xp_[0] == scan_yp_[0]) \ if ((scan_xp_[0] == scan_yp_[0]) \
&& (scan_xp_[1] == scan_yp_[1])) && (scan_xp_[1] == scan_yp_[1])) \
goto TO; } while (0) goto TO; } while (0)
#else #else
......
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