Moved PAUSE_ON_START back where it belongs.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Mon, 7 Jun 2010 22:59:23 +0000 (18:59 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Mon, 7 Jun 2010 22:59:23 +0000 (18:59 -0400)
src/aop-main.c
src/aop-weave.c

index 4cd0a33e917a9fd6c2a98dc4cbcde4de54b78d32..1a461e18c65c402ee1b19d8e99044677c6532fae 100644 (file)
@@ -53,6 +53,7 @@
 #include "aop.h"
 #include "aop-pointcut.h"
 
+//#define PAUSE_ON_START
 
 static const char *aop_plugin_name;
 
index d4b2682abe4fd54c049a04baa6294d7e17d9877e..769b83ebb44b0be4b8dbc5286a5f740cca6cd8b5 100644 (file)
@@ -21,7 +21,6 @@
 #undef PACKAGE_STRING
 #undef PACKAGE_TARNAME
 #undef PACKAGE_VERSION
-#define PAUSE_ON_START
 
 #include <locale.h>
 #include <stdarg.h>