aboutsummaryrefslogtreecommitdiff
path: root/tecstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tecstate.c')
-rw-r--r--tecstate.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/tecstate.c b/tecstate.c
index d93fa52..7edd404 100644
--- a/tecstate.c
+++ b/tecstate.c
@@ -822,10 +822,8 @@ register struct cmd_token *oct = NULL;
* into the edit buffer.
*/
case 'C': case 'c':
- if(ct->ctx.iarg1_flag == YES){
- ct->execute_state = EXEC_C_ECCOMMAND;
- ct->ctx.state = STATE_C_INITIALSTATE;
- return;
+ if(ct->ctx.flags & CTOK_M_COLON_SEEN){
+ ct->ctx.flags |= CTOK_M_STATUS_PASSED;
}/* End IF */
ct->ctx.state = STATE_C_STRING;