]> git.saurik.com Git - cycript.git/blobdiff - Replace.cpp
Fixed some CYInitialize issues noticed back on the iPhone.
[cycript.git] / Replace.cpp
index b41aac1d959ed7133164e0b93b51d91e59c88382..80391180ecb1a5556625a203aae79ac043fba287 100644 (file)
@@ -134,6 +134,10 @@ void CYClause::Replace(CYContext &context) { $T()
     next_->Replace(context);
 }
 
+CYStatement *CYComment::Replace(CYContext &context) {
+    return NULL;
+}
+
 CYExpression *CYCompound::Replace(CYContext &context) {
     expressions_ = expressions_->ReplaceAll(context);
     return NULL;