about summary refs log tree commit diff stats
path: root/freebsd/util.h
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@conformal.com>2013-08-26 14:55:19 -0400
committerJosh Rickmar <jrick@conformal.com>2013-09-10 09:35:36 -0400
commit2d8388995f65c7d734d1bdc528bf478e69c5f390 (patch)
treec14c37427f0edde6b9329da3696858cc1071ee8d /freebsd/util.h
parent3de0232094d1393f7cdf4c0bb22dc1b44779490c (diff)
downloadxombrero-2d8388995f65c7d734d1bdc528bf478e69c5f390.tar.gz
Fix several more issues with float/double settings.
All floats are now doubles, and are represented as such with the
XT_S_DOUBLE macro.  struct settings fval field is now renamed to dval.
Doubles are read in as %lf (double precision) instead of %f (single
precision).  Finally, a floating point comparison using != was
removed.
Diffstat (limited to 'freebsd/util.h')
0 files changed, 0 insertions, 0 deletions
id='n108' href='#n108'>108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165