Commit
367b1135 converted EXTRACT_NUMBER to always call a function, to
enable the use of parameter types and local variables. In doing this
it removed the separate DEBUG implementation.
The EXTRACT_MACROS check was accidentally left in, but no longer makes
sense outside of the DEBUG.
*dest = b1 | (b2 << 8) | mask;
}
-#ifndef EXTRACT_MACROS /* To debug the macros. */
-#undef EXTRACT_NUMBER
#define EXTRACT_NUMBER(dest, src) extract_number ((unsigned int *)&dest, src)
-#endif /* not EXTRACT_MACROS */
/* Same as EXTRACT_NUMBER, except increment SOURCE to after the number.
SOURCE must be an lvalue. */