Remove fixnum option from variables that have a predicate or 'assign
commit2824322e60f9dd3dcdae25d84a55564b08163813
authorRaymond Toy <toy.raymond@gmail.com>
Thu, 9 May 2024 14:10:32 +0000 (9 07:10 -0700)
committerRaymond Toy <toy.raymond@gmail.com>
Thu, 9 May 2024 14:10:32 +0000 (9 07:10 -0700)
treef202e9672b1943d7aa73e9f6332d3ca2e6586c83
parent52d5d50c2bc41d5a46b44844517d07150cab37f5
Remove fixnum option from variables that have a predicate or 'assign

The variables $fpprintprec, $factor_max_degree, $expop, $maxposex, and
$maxnegex all had fixnum option given, but these all have either an
'assign property or a :setting-predicate.  Thus remove the fixnum
option since it's not supported anyway.
src/globals.lisp