home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / eiffel / smalleif.97 / se.t / SmallEiffel / lib_std / platform.e < prev    next >
Encoding:
Text File  |  1996-05-02  |  250 b   |  15 lines

  1. -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C) 
  2. -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
  3. --
  4. class PLATFORM
  5.  
  6. inherit GENERAL;
  7.    
  8.    
  9. feature {ANY}
  10.  
  11.     Maximum_character_code : INTEGER is 255
  12.  
  13. end -- class PLATFORM
  14.  
  15.