X-Git-Url: http://git.code-monkey.de/?p=ruby-eet.git;a=blobdiff_plain;f=ext%2Fext.c;h=1e9d21f1b22a0332a42283dcc4de788fa1f89945;hp=02ddba9454dd2789c3e08b86cb7bd9f5747a492a;hb=5f313a3c016b0d98af8ee8a731fb9a0870d74fe3;hpb=2c5f0577496dbb429a327fc85e72e7f4dcf4250c diff --git a/ext/ext.c b/ext/ext.c index 02ddba9..1e9d21f 100644 --- a/ext/ext.c +++ b/ext/ext.c @@ -1,5 +1,5 @@ /* - * $Id: ext.c 35 2005-05-10 18:58:49Z tilman $ + * $Id: ext.c 36 2005-05-11 17:19:38Z tilman $ * * Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de) * @@ -39,7 +39,6 @@ ((((x) & 0xff000000) >> 24) | (((x) & 0x00ff0000) >> 8) | \ (((x) & 0x0000ff00) << 8) | (((x) & 0x000000ff) << 24)) #else /* !WORDS_BIGENDIAN */ -# define BSWAP16(x) (x) # define BSWAP32(x) (x) #endif /* WORDS_BIGENDIAN */