aboutsummaryrefslogtreecommitdiff
path: root/src/param.c
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-26 21:11:49 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-26 21:11:49 +0000
commit71bb1c90837f8114a6fc962b1afcf074e2e17e63 (patch)
tree136de37d07aae76f16823982652e4a86dafb45c8 /src/param.c
parent7541b9f1ba232dce4aceb41115c17292bd7298f4 (diff)
Added ifdefs to change the method of sending parameters
svn path=/trunk/externals/tof/; revision=12681
Diffstat (limited to 'src/param.c')
-rw-r--r--src/param.c7
1 files changed, 7 insertions, 0 deletions
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"