home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Headers / daymisckit / DAYString.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-23  |  328 b   |  13 lines

  1. //
  2. //    DAYString.h -- this is a compatability header
  3. //        Written by Don Yacktman Copyright (c) 1993 by Don Yacktman.
  4. //    
  5. #import <misckit/MiscString.h>
  6.  
  7. #ifndef DAYSTRINGCOMPAT_H
  8. #define DAYSTRINGCOMPAT_H
  9. #define DAYString MiscString
  10. #define DAY_LAST MISC_STRING_LAST
  11. #define DAY_FIRST MISC_STRING_FIRST
  12. #endif DAYSTRINGCOMPAT_H
  13.