All pastes #378796 Raw Edit

Anonymous

public text v1 · immutable
#378796 ·published 2007-03-02 20:03 UTC
rendered paste body
+#define CHKF(bad, error_args) if (bad) {             \
+    setError error_args;                             \
+  _setup.stack_index = 0;                            \
+  strcpy(_setup.stack[_setup.stack_index++], name);  \
+  _setup.stack[_setup.stack_index][0] = 0;           \
+  return NCE_VARIABLE;                               \
+  } else
+
+