K 10 svn:author V 4 nate K 8 svn:date V 27 1996-10-21T17:15:05.000000Z K 7 svn:log V 265 When compiling with '-Wall -pedantic', the byte swapping macros gave the following warning: warning: ANSI C forbids braced-groups within expressions Adding __extension__ before the statement-expression seems to work right. Submitted by: bde (a *long* time ago) END