summaryrefslogtreecommitdiffstats
path: root/match.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-03-12 23:01:30 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-03-12 23:01:30 -0700
commit2e99d6d842d4714a2b165b1ae3920013467e03f7 (patch)
treea149e58f25a7d8dccf0e20a11e2c44cbde34c57d /match.h
parente39f3fcc0520ce0d93082a8b8e87187eb38efd48 (diff)
downloadtxr-2e99d6d842d4714a2b165b1ae3920013467e03f7.tar.gz
txr-2e99d6d842d4714a2b165b1ae3920013467e03f7.tar.bz2
txr-2e99d6d842d4714a2b165b1ae3920013467e03f7.zip
New directive: mdo.
* eval.h (progn_s): Declarationa added. * match.c (mdo_s): New symbol variable. (syms_init): Initialize mdo_s. * match.h (mdo_s): Declared. * parser.y (check_for_include): Renamed to check_parse_time_action and implements mdo, not only include. (clauses_rev): Follow rename of function. * txr.1: Documented.
Diffstat (limited to 'match.h')
-rw-r--r--match.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.h b/match.h
index 77ddfcb5..9894ecff 100644
--- a/match.h
+++ b/match.h
@@ -25,7 +25,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-extern val text_s, choose_s, gather_s, do_s, require_s;
+extern val text_s, choose_s, gather_s, do_s, mdo_s, require_s;
extern val close_s, load_s, include_s, mod_s, modlast_s, line_s;
extern val counter_k, vars_k, env_k, var_k, into_k, named_k;
val match_expand_keyword_args(val elem);