# HG changeset patch # User Paul Boddie # Date 1548422250 -3600 # Node ID ce0e10d3ad2fb8fdf06045c385536245c6a6752d # Parent 8f6ea88d08455f674cd9407cd9703be83f448b4a Fixed description of conversion function. diff -r 8f6ea88d0845 -r ce0e10d3ad2f templates/native/float.c --- a/templates/native/float.c Thu Jan 24 22:20:33 2019 +0100 +++ b/templates/native/float.c Fri Jan 25 14:17:30 2019 +0100 @@ -1,6 +1,6 @@ /* Native functions for floating point operations. -Copyright (C) 2016, 2017, 2018 Paul Boddie +Copyright (C) 2016, 2017, 2018, 2019 Paul Boddie This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -29,8 +29,7 @@ #include "progtypes.h" #include "main.h" -/* Conversion from a pair of consecutive attributes to a double-precision - floating point number. */ +/* Conversion of trailing data to a double-precision floating point number. */ static double __TOFLOAT(__attr attr) {