summaryrefslogtreecommitdiffstats
path: root/eval.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 /eval.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 'eval.h')
-rw-r--r--eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.h b/eval.h
index aea33907..bf97af3c 100644
--- a/eval.h
+++ b/eval.h
@@ -25,7 +25,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-extern val dwim_s, lambda_s, vector_lit_s, vec_list_s, list_s;
+extern val dwim_s, lambda_s, progn_s, vector_lit_s, vec_list_s, list_s;
extern val hash_lit_s, hash_construct_s, struct_lit_s, qref_s, uref_s;
extern val eval_error_s, if_s, call_s;
extern val eq_s, eql_s, equal_s;