aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSQLParser.m
diff options
context:
space:
mode:
authorMax <dmoagx@users.noreply.github.com>2018-01-20 01:42:29 +0100
committerMax <dmoagx@users.noreply.github.com>2018-01-20 02:42:36 +0100
commitb04243d4d7befb33383d434fe05ea3d7915ef27d (patch)
tree3e31a73be868a584e97a5c084252f5eeaeb4e837 /Source/SPSQLParser.m
parentdb2bdd8b53cede1bddde85e1527246d8e52f0fa2 (diff)
downloadsequelpro-b04243d4d7befb33383d434fe05ea3d7915ef27d.tar.gz
sequelpro-b04243d4d7befb33383d434fe05ea3d7915ef27d.tar.bz2
sequelpro-b04243d4d7befb33383d434fe05ea3d7915ef27d.zip
merge and restructure remaining smaller stuff in main project (part of #2789)
Diffstat (limited to 'Source/SPSQLParser.m')
-rw-r--r--Source/SPSQLParser.m10
1 files changed, 3 insertions, 7 deletions
diff --git a/Source/SPSQLParser.m b/Source/SPSQLParser.m
index d9bec2eb..3e37cc0a 100644
--- a/Source/SPSQLParser.m
+++ b/Source/SPSQLParser.m
@@ -41,7 +41,7 @@ typedef struct to_buffer_state *TO_BUFFER_STATE;
void to_switch_to_buffer(TO_BUFFER_STATE);
TO_BUFFER_STATE to_scan_string (const char *);
-@interface SPSQLParser (PrivateAPI)
+@interface SPSQLParser ()
- (unichar) _charAtIndex:(NSInteger)index;
- (void) _clearCharCache;
@@ -53,7 +53,7 @@ TO_BUFFER_STATE to_scan_string (const char *);
* Please see the header files for a general description of the purpose of this class,
* and increased overview detail for the functions below.
*/
-@implementation SPSQLParser : NSMutableString
+@implementation SPSQLParser
#pragma mark -
#pragma mark Parser information
@@ -1044,11 +1044,7 @@ TO_BUFFER_STATE to_scan_string (const char *);
[super dealloc];
}
-@end
-
-#pragma mark -
-
-@implementation SPSQLParser (PrivateAPI)
+#pragma mark - Private API
/**
* Provide a method to retrieve a character from the local cache.