1
0
Fork 0

stops forcing debug_action

This commit is contained in:
Jack Humbert 2016-04-28 23:23:33 -04:00
parent 27d24faf39
commit 2bbf3d5820
4 changed files with 16 additions and 16 deletions

View file

@ -19,11 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "action_macro.h"
#include "wait.h"
//#ifdef DEBUG_ACTION
#ifdef DEBUG_ACTION
#include "debug.h"
//#else
//#include "nodebug.h"
//#endif
#else
#include "nodebug.h"
#endif
#ifndef NO_ACTION_MACRO