From: Justin Seyster Date: Mon, 7 Jun 2010 22:59:23 +0000 (-0400) Subject: Moved PAUSE_ON_START back where it belongs. X-Git-Tag: release-v1.0~101 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=4658140da0e8338a5505092e2937a254346ded65;p=interaspect.git Moved PAUSE_ON_START back where it belongs. --- diff --git a/src/aop-main.c b/src/aop-main.c index 4cd0a33..1a461e1 100644 --- a/src/aop-main.c +++ b/src/aop-main.c @@ -53,6 +53,7 @@ #include "aop.h" #include "aop-pointcut.h" +//#define PAUSE_ON_START static const char *aop_plugin_name; diff --git a/src/aop-weave.c b/src/aop-weave.c index d4b2682..769b83e 100644 --- a/src/aop-weave.c +++ b/src/aop-weave.c @@ -21,7 +21,6 @@ #undef PACKAGE_STRING #undef PACKAGE_TARNAME #undef PACKAGE_VERSION -#define PAUSE_ON_START #include #include