diff options
author | rowanbeentje <rowan@beent.je> | 2009-12-28 23:56:11 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-12-28 23:56:11 +0000 |
commit | b7bfae119265c7b09dad7160175844198c9289bc (patch) | |
tree | 90dfe7af6206ed354385b82c45b14001b0777e6b /Source/SPSQLParser.m | |
parent | bf7ed8561accb5a3ce2e7cb8f681017adcd8f055 (diff) | |
download | sequelpro-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.m | 2 |
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 { |