* defs.h: fix a syntax error.

This commit is contained in:
Kung Hsu
1995-03-01 00:22:46 +00:00
parent 161520dc02
commit 75988f9412
2 changed files with 3 additions and 2 deletions

View File

@ -746,8 +746,7 @@ extern void set_endian_from_file PARAMS ((bfd *));
#else /* Target and host byte order differ. */
#define SWAP_TARGET_AND_HOST(buffer,len) \
{ \
char __tmp_;
\
char __tmp_; \
char *p = (char *)(buffer); \
char *q = ((char *)(buffer)) + len - 1; \
for (; p < q; p++, q--) \