# HG changeset patch # User John W. Eaton # Date 1289439575 18000 # Node ID 9c6143abf9e1a3792dfbf826b901f764566bc038 # Parent 2f36145742c9e595b0817623817044e83fa82fa4 fix typo in previous change diff --git a/liboctave/lo-ieee.cc b/liboctave/lo-ieee.cc --- a/liboctave/lo-ieee.cc +++ b/liboctave/lo-ieee.cc @@ -67,7 +67,7 @@ volatile double tmp_inf; -if defined (__alpha__) && defined (__osf__) +#if defined (__alpha__) && defined (__osf__) extern unsigned int DINFINITY[2]; tmp_inf = (*(X_CAST(double *, DINFINITY))); #else