Differences From Artifact [0b3202721a]:
- File
mttroot/mtt/lib/reduce/fix_c.r
— part of check-in
[5b09adc924]
at
2002-05-10 12:41:08
on branch origin/master
— Substitution of pi for its numerical value moved from
useful-functions.hh to fix_c.r (user: gawthrop@users.sourceforge.net, size: 482) [annotate] [blame] [check-ins using] [more...]
To Artifact [551406cfe8]:
- File
mttroot/mtt/lib/reduce/fix_c.r
— part of check-in
[adc4f01f84]
at
2002-05-27 10:36:21
on branch origin/master
— Fix for bug [553524] #define PI causes parse error.
Only substitutes for PI if it is not a number. This prevents Reduce from
trying to substitute for 3.14... when "on rounded" has been set. (user: geraint@users.sourceforge.net, size: 576) [annotate] [blame] [check-ins using] [more...]
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 | + - + | %% Fixes for c-code generation %% Set PI explicitly here to avoid later conflict with cc headers %% if PI is not already a number (i.e. on rounded has not been set) |
︙ |