Lichen

Changeset

871:ce0e10d3ad2f
2019-01-25 Paul Boddie raw files shortlog changelog graph Fixed description of conversion function. trailing-data
templates/native/float.c (file)
     1.1 --- a/templates/native/float.c	Thu Jan 24 22:20:33 2019 +0100
     1.2 +++ b/templates/native/float.c	Fri Jan 25 14:17:30 2019 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  /* Native functions for floating point operations.
     1.5  
     1.6 -Copyright (C) 2016, 2017, 2018 Paul Boddie <paul@boddie.org.uk>
     1.7 +Copyright (C) 2016, 2017, 2018, 2019 Paul Boddie <paul@boddie.org.uk>
     1.8  
     1.9  This program is free software; you can redistribute it and/or modify it under
    1.10  the terms of the GNU General Public License as published by the Free Software
    1.11 @@ -29,8 +29,7 @@
    1.12  #include "progtypes.h"
    1.13  #include "main.h"
    1.14  
    1.15 -/* Conversion from a pair of consecutive attributes to a double-precision
    1.16 -   floating point number. */
    1.17 +/* Conversion of trailing data to a double-precision floating point number. */
    1.18  
    1.19  static double __TOFLOAT(__attr attr)
    1.20  {