Use `SCM_LIKELY ()' and `SCM_UNLIKELY ()' instead of rolling our own.
commit4d32a6af3842fe2541c137156d8acc55f408853b
authorLudovic Courtès <ludo@gnu.org>
Wed, 8 Apr 2009 20:52:42 +0000 (8 22:52 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 8 Apr 2009 20:52:42 +0000 (8 22:52 +0200)
tree762c184ed1169cc82dd033fc62235793a5ea8e20
parent323f0444da8fe25fa7e03d804a820548d1b135b7
Use `SCM_LIKELY ()' and `SCM_UNLIKELY ()' instead of rolling our own.

* src/utils.h (EXPECT, EXPECT_FALSE, EXPECT_TRUE): Remove, replace
  by...
  (SCM_LIKELY, SCM_UNLIKELY): New macros.  Update users.
src/bytevector.c
src/ports.c
src/utils.h