Skip to content

Commit

Permalink
Merge pull request #84 from ksjogo/three
Browse files Browse the repository at this point in the history
remove ios readline include
  • Loading branch information
timburks authored Apr 14, 2017
2 parents ce824cd + caa19df commit 5e54206
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions objc/NuOperators.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
#import "NuBridge.h"
#import "NuBridgedFunction.h"
#import "NuClass.h"
#if !TARGET_OS_IPHONE
#include <readline/readline.h>
#endif
#import "NSString+Nu.h"

#if TARGET_OS_IPHONE
Expand Down
2 changes: 2 additions & 0 deletions objc/NuParser.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
#import "NSDictionary+Nu.h"
#import "NuException.h"
#import "NuCell.h"
#if !TARGET_OS_IPHONE
#include <readline/readline.h>
#endif

#define PARSE_NORMAL 0
#define PARSE_COMMENT 1
Expand Down

0 comments on commit 5e54206

Please sign in to comment.