*** preproc.y Tue Aug 19 17:06:44 2003 --- preproc.y.old Tue Aug 19 17:06:35 2003 *************** *** 4174,4180 **** { if ($1[0] == '\"') $$ = $1; ! else if (strcmp($1, "?") == 0) /* variable */ { enum ECPGttype type = argsinsert->variable->type->type; --- 4174,4180 ---- { if ($1[0] == '\"') $$ = $1; ! else if (strcmp($1, " ?") == 0) /* variable */ { enum ECPGttype type = argsinsert->variable->type->type;