home *** CD-ROM | disk | FTP | other *** search
- //
- // DAYString.h -- this is a compatability header
- // Written by Don Yacktman Copyright (c) 1993 by Don Yacktman.
- //
- #import <misckit/MiscString.h>
-
- #ifndef DAYSTRINGCOMPAT_H
- #define DAYSTRINGCOMPAT_H
- #define DAYString MiscString
- #define DAY_LAST MISC_STRING_LAST
- #define DAY_FIRST MISC_STRING_FIRST
- #endif DAYSTRINGCOMPAT_H
-