aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSQLParser.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-12-28 23:56:11 +0000
committerrowanbeentje <rowan@beent.je>2009-12-28 23:56:11 +0000
commitb7bfae119265c7b09dad7160175844198c9289bc (patch)
tree90dfe7af6206ed354385b82c45b14001b0777e6b /Source/SPSQLParser.m
parentbf7ed8561accb5a3ce2e7cb8f681017adcd8f055 (diff)
downloadsequelpro-b7bfae119265c7b09dad7160175844198c9289bc.tar.gz
sequelpro-b7bfae119265c7b09dad7160175844198c9289bc.tar.bz2
sequelpro-b7bfae119265c7b09dad7160175844198c9289bc.zip
- Replace /* */ notation in long comments with unicode look-alikes to fix warnings and improve source readability
Diffstat (limited to 'Source/SPSQLParser.m')
-rw-r--r--Source/SPSQLParser.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPSQLParser.m b/Source/SPSQLParser.m
index 68000722..f9ac506e 100644
--- a/Source/SPSQLParser.m
+++ b/Source/SPSQLParser.m
@@ -48,7 +48,7 @@ TO_BUFFER_STATE to_scan_string (const char *);
}
/*
- * Removes comments within the current string, trimming "#", "--[/s]", and "/* * /" style strings.
+ * Removes comments within the current string, trimming "#", "--[/s]", and "⁄* *⁄" style strings.
*/
- (void) deleteComments
{