Skip to content

Commit

Permalink
Set Nu__null = [NSNull null]
Browse files Browse the repository at this point in the history
  • Loading branch information
timburks committed Apr 13, 2017
1 parent c32f271 commit be0d367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objc/Nu.m
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ void NuInit()
initialized = YES;
@autoreleasepool {
// as a convenience, we set a file static variable to nil.
Nu__null = Nu__null;
Nu__null = [NSNull null];

// add enumeration to collection classes
[NSArray include: [NuClass classWithClass:[NuEnumerable class]]];
Expand Down

0 comments on commit be0d367

Please sign in to comment.