diff options
Diffstat (limited to 'gas/flonum-konst.c')
-rw-r--r-- | gas/flonum-konst.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gas/flonum-konst.c b/gas/flonum-konst.c index 22bba05..09ec3b6 100644 --- a/gas/flonum-konst.c +++ b/gas/flonum-konst.c @@ -25,7 +25,6 @@ sure if its right or not. Could go either way. I wish I really understood this stuff. */ - const int table_size_of_flonum_powers_of_ten = 13; static const LITTLENUM_TYPE zero[] = @@ -204,6 +203,8 @@ const FLONUM_TYPE flonum_positive_powers_of_ten[] = }; #ifdef VMS -void dummy1 () { } +void +dummy1 () +{ +} #endif -/* end of flonum_const.c */ |