Clarify infinity_f preprocessor definition.
commitbe0996f37b76766c5d1d780ad29d965ad3ae4d9d
authorGraham Percival <graham@percival-music.ca>
Mon, 6 Sep 2010 13:56:56 +0000 (6 14:56 +0100)
committerGraham Percival <graham@percival-music.ca>
Mon, 6 Sep 2010 14:43:57 +0000 (6 15:43 +0100)
treed88f8d9e69fa59af10f43d971b0196e45e8f3304
parentb950bfac562447bf1870db4bfcbaa9ecbd3e1c0e
Clarify infinity_f preprocessor definition.

The old code confuses various style programs, including our own
fixcc.py (it produces un-compilable code!).  In particular:
-----
const Real infinity_f
= #ifdef
-----
which makes gcc unhapy.

The new format is easy for style programs to deal with, still
compiles, and is IMO just as clear anyway.
flower/real.cc