diff macro.c @ 164:f14f5352956c

Merge upstream into Joerg's changes.
author David A. Holland
date Fri, 12 Jun 2015 01:00:38 -0400
parents e1dfa3f90b6c e787bd67bf88
children fa9752f194c6
line wrap: on
line diff
--- a/macro.c	Fri Feb 27 13:44:39 2015 +0100
+++ b/macro.c	Fri Jun 12 01:00:38 2015 -0400
@@ -930,6 +930,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);