changeset 152:e787bd67bf88

add commented-out note for later (from july 2013)
author David A. Holland
date Fri, 12 Jun 2015 00:33:38 -0400
parents ccfcf1da156b
children 28ac21a359d1
files macro.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/macro.c	Tue Sep 17 14:59:42 2013 -0400
+++ b/macro.c	Fri Jun 12 00:33:38 2015 -0400
@@ -853,6 +853,8 @@
 		expand_send(es, p, buf, len);
 		break;
 	    case ES_WANTLPAREN:
+		/* XXX notyet */
+		//expand_send(es, p, buf, len);
 		break;
 	    case ES_NOARG:
 		expand_newarg(es, buf, len);