include/aout/aout64.h: guard ARCH_SIZE with defined()

Silence -Wundef when ARCH_SIZE is not defined by checking that it is
defined before comparing its value.

Signed-off-by: Andrew Hanson <andrew@andrewhanson.dev>
1 file changed