Change cloc_t to struct location, and reorder the members
authorH. Peter Anvin <hpa@zytor.com>
Thu, 4 Oct 2007 04:30:57 +0000 (21:30 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 4 Oct 2007 04:30:57 +0000 (21:30 -0700)
commit12e46510bc185fff839530bba0c7becaaf307037
tree79f9a970aeb4d224f5ad8113e6ebfd9e84911c0a
parentbfc17121378b315399f1df25e902f40884ba7506
Change cloc_t to struct location, and reorder the members

Change cloc_t to struct location, and reorder the members so that it
should fit in 16 bytes instead of needing 8 bytes of extra padding on
64-bit machines.
eval.c
eval.h
nasm.c
nasm.h
parser.c
parser.h