mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Define NSDateComponentUndefined as NSInteger
This commit is contained in:
parent
046812d77c
commit
8fdca644aa
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ enum
|
|||
NSWrapCalendarComponents = (1UL << 0)
|
||||
};
|
||||
|
||||
enum
|
||||
NS_ENUM(NSInteger)
|
||||
{
|
||||
NSDateComponentUndefined = NSIntegerMax,
|
||||
NSUndefinedDateComponent = NSDateComponentUndefined
|
||||
|
|
Loading…
Reference in a new issue