From c491b9480efc25654e7b5597ec772cd9c32441a7 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 22 Oct 2009 08:10:46 +0000 Subject: [PATCH] Added replacer engine to attach side. --- Library.mm | 2 ++ makefile | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Library.mm b/Library.mm index 08170ea..c33d160 100644 --- a/Library.mm +++ b/Library.mm @@ -3466,6 +3466,8 @@ struct CYClient : json = NULL; size = _not(size_t); } else { + CYContext context(driver.pool_); + driver.program_->Replace(context); std::ostringstream str; CYOutput out(str); out << *driver.program_; diff --git a/makefile b/makefile index 8bc4301..cdf41e9 100644 --- a/makefile +++ b/makefile @@ -4,8 +4,8 @@ else target := $(PKG_TARG)- endif -flags := -g3 -O0 -DYYDEBUG=1 -#flags := -g0 -O3 +#flags := -g3 -O0 -DYYDEBUG=1 +flags := -g0 -O3 flags += -Wall -Werror -I. -fno-common svn := $(shell svnversion) -- 2.49.0