diff options
author | stuconnolly <stuart02@gmail.com> | 2013-01-25 22:25:29 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-01-25 22:25:29 +0000 |
commit | 29797ba0fe84e314e51b994df04140c8621602dd (patch) | |
tree | 55df1b95e4025e3a1df3b698b9979dafaadd2c1c /sequel-pro.xcodeproj | |
parent | 4faf9d57efd88123216f78b292886a5ee086e421 (diff) | |
download | sequelpro-29797ba0fe84e314e51b994df04140c8621602dd.tar.gz sequelpro-29797ba0fe84e314e51b994df04140c8621602dd.tar.bz2 sequelpro-29797ba0fe84e314e51b994df04140c8621602dd.zip |
Move the flex parsing function definitions to their own file so they're not duplicated in multiple places.
Diffstat (limited to 'sequel-pro.xcodeproj')
-rw-r--r-- | sequel-pro.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index d110c276..b8d41ab2 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -663,6 +663,7 @@ 174CE11D10AB80B5008F892B /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = Interfaces/English.lproj/DatabaseProcessList.xib; sourceTree = "<group>"; }; 174CE14010AB9281008F892B /* SPProcessListController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPProcessListController.h; sourceTree = "<group>"; }; 174CE14110AB9281008F892B /* SPProcessListController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPProcessListController.m; sourceTree = "<group>"; }; + 1755A25C16B33BEA00B35787 /* SPSyntaxParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPSyntaxParser.h; sourceTree = "<group>"; }; 175EC63312733B36009A7C0F /* SPExportControllerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPExportControllerDelegate.h; sourceTree = "<group>"; }; 175EC63412733B36009A7C0F /* SPExportControllerDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPExportControllerDelegate.m; sourceTree = "<group>"; }; 175EC64C12733CDF009A7C0F /* SPCategoryAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPCategoryAdditions.h; sourceTree = "<group>"; }; @@ -2479,6 +2480,7 @@ 179F15050F7C433C00579954 /* SPEditorTokens.l */, BCD0AD4A0FBBFC480066EA5C /* SPSQLTokenizer.h */, BCD0AD480FBBFC340066EA5C /* SPSQLTokenizer.l */, + 1755A25C16B33BEA00B35787 /* SPSyntaxParser.h */, ); name = Parsing; sourceTree = "<group>"; |