comparison macro.c @ 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 a403605d3166
children e6eb15635a48 f14f5352956c
comparison
equal deleted inserted replaced
151:ccfcf1da156b 152:e787bd67bf88
851 switch (es->state) { 851 switch (es->state) {
852 case ES_NORMAL: 852 case ES_NORMAL:
853 expand_send(es, p, buf, len); 853 expand_send(es, p, buf, len);
854 break; 854 break;
855 case ES_WANTLPAREN: 855 case ES_WANTLPAREN:
856 /* XXX notyet */
857 //expand_send(es, p, buf, len);
856 break; 858 break;
857 case ES_NOARG: 859 case ES_NOARG:
858 expand_newarg(es, buf, len); 860 expand_newarg(es, buf, len);
859 es->state = ES_HAVEARG; 861 es->state = ES_HAVEARG;
860 break; 862 break;