]> git.saurik.com Git - cycript.git/blobdiff - Replace.hpp
Restrict to valid escape sequences in identifiers.
[cycript.git] / Replace.hpp
index 4aa6e00af1654bb9f2a229e23173cd7893cb0669..82eed60589d79a42caf7e7fbaf254215bdd19fb4 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef CYCRIPT_REPLACE_HPP
 #define CYCRIPT_REPLACE_HPP
 
-#include "Parser.hpp"
+#include "Syntax.hpp"
 
 #define $ new($pool)
 
 #define $N5(func, args...) \
     $N(func, $C5_(args))
 
-#define $L(arg0, args...) \
-    $ CYDeclaration($I(arg0), ##args)
+#define $L(args...) \
+    $ CYDeclaration(args)
 #define $L1(arg0) \
     $ CYDeclarations(arg0)
 #define $L2(arg0, args...) \