Remove unnecessary C99-isms
commit53f1559c06d8ca5578c61d3897d131b83f841689
authorH. Peter Anvin <hpa@zytor.com>
Wed, 2 Mar 2016 06:43:51 +0000 (1 22:43 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 2 Mar 2016 18:48:53 +0000 (2 10:48 -0800)
tree213c0372390f40750d85b568d28ec5ddff93f688
parent8d9f591005be5d9e973687af2472a8f9f6c525ae
Remove unnecessary C99-isms

In order to make it more likely to compile cleanly with "C90 plus long
long" style compilers, remove existing constructs (mostly commas at
the end of enums) that aren't compliant.

Ironically enough this was most likely an unintentional omission in
C90...

From master branch checkin 7214d18b405f883010a74a3f8281c7906a5a21ca

Resolved Conflicts:
output/outelf32.c

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
float.h
nasm.c
nasm.h
output/codeview.c
output/outelf32.c
output/outmacho.c
output/stabs.h
pptok.pl
quote.c