/* Copyright (C) 1992, Digital Equipment Corporation                         */
/* All rights reserved.                                                      */
/* See the file COPYRIGHT for a full description.                            */

/* Last modified on Tue Sep  8 13:36:45 PDT 1992 by rustan                   */
/*      modified on Thu Feb 13 22:57:03 PST 1992 by muller                   */

#ifdef NO_KRML
Module (FloatMode)

Interface (Real)
Interface (LongReal)
Interface (Extended)

interface (FPU)

implementation (RealFloat)
implementation (LongFloat)
implementation (ExtendedFloat)
#else
Interface (FloatMode)
implementation (FloatModeFake)
#endif
