]> git.saurik.com Git - cycript.git/blobdiff - Library.cpp
Work around libclang to find parameterized macros.
[cycript.git] / Library.cpp
index 2fffade2253d7e952314da444e2ad486e1623396..47da272e9b40e5ab88da1b3d3384d96b13e650ed 100644 (file)
@@ -138,7 +138,7 @@ CYUTF8String CYPoolCode(CYPool &pool, std::streambuf &stream) {
     std::stringbuf str;
     CYOutput out(str, options);
     out << *driver.script_;
-    return $pool.strdup(str.str().c_str());
+    return pool.strdup(str.str().c_str());
 }
 
 CYUTF8String CYPoolCode(CYPool &pool, CYUTF8String code) {