]> git.saurik.com Git - cycript.git/blobdiff - Cycript.l.in
In trampoline, make $strlcpy not crash given NULL.
[cycript.git] / Cycript.l.in
index 7eb9d11c91d2905157d56a86bac23134d82ac1fe..cbe4fe5c354229fd5ec569d676cea3fdc5003a7e 100644 (file)
@@ -196,6 +196,7 @@ XMLName {XMLNameStart}{XMLNamePart}*
 
 @begin E4X ObjectiveC
 "@"    L C F(tk::At, hi::Operator);
 
 @begin E4X ObjectiveC
 "@"    L C F(tk::At, hi::Operator);
+"#"    L C F(tk::Pound, hi::Operator);
 @end
 
 "&"    L C F(tk::Ampersand, hi::Operator);
 @end
 
 "&"    L C F(tk::Ampersand, hi::Operator);