From 71bb1c90837f8114a6fc962b1afcf074e2e17e63 Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Mon, 26 Oct 2009 21:11:49 +0000 Subject: Added ifdefs to change the method of sending parameters svn path=/trunk/externals/tof/; revision=12681 --- src/param.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/param.c') diff --git a/src/param.c b/src/param.c index fc2daf0..9464a40 100644 --- a/src/param.c +++ b/src/param.c @@ -19,9 +19,16 @@ * MA 02110-1301, USA. */ +// Post a lot of debug messages //#define PARAMDEBUG + +// Adds the root's $0 to the start of the paths //#define LOCAL +// Uses the symbol's s_thing to target the proper param +// This is faster but can potentially target two params +#define USEBINDINGS + #include "param.h" #include "paramCustom.h" #include "paramDump.h" -- cgit v1.2.1