home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Harvest C 1.3 / Source Code / FloatLit.h < prev    next >
Encoding:
Text File  |  1992-01-02  |  621 b   |  24 lines  |  [TEXT/ALFA]

  1. /*
  2.  * Harvest C
  3.  * 
  4.  * Copyright 1991 Eric W. Sink   All rights reserved.
  5.  * 
  6.  * This file defines the interface for FloatLit records.
  7.  * 
  8.  */
  9.  
  10. #ifndef FloatLit_INTERFACE
  11. #define FloatLit_INTERFACE
  12.  
  13. typedef struct FloatLit_S       FloatLit_t;
  14. typedef FloatLit_t P__H        *FloatLitVia_t;
  15.  
  16. #include "CodeGen.h"
  17.  
  18. struct FloatLit_S {
  19.     FloatLitVia_t                   next;
  20.  
  21.     LocAMVia_t                      Loc;
  22.     unsigned short                  FloatFlags;
  23.     union floatdata {
  24.     long double