Skip to content

Commit

Permalink
remove ios readline include
Browse files Browse the repository at this point in the history
  • Loading branch information
ksjogo committed Apr 14, 2017
1 parent ce824cd commit caa19df
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 caa19df

Please sign in to comment.