* src/bin/genltl.cc (parse_opt): Add OPT_U_LEFT and OPT_U_RIGHT cases.

This commit is contained in:
Alexandre Duret-Lutz 2012-09-17 18:03:04 +02:00
parent 0c005c8159
commit 675fc0bc67

View file

@ -244,6 +244,8 @@ parse_opt(int key, char* arg, struct argp_state*)
case OPT_RV_COUNTER_CARRY: case OPT_RV_COUNTER_CARRY:
case OPT_RV_COUNTER_CARRY_LINEAR: case OPT_RV_COUNTER_CARRY_LINEAR:
case OPT_RV_COUNTER_LINEAR: case OPT_RV_COUNTER_LINEAR:
case OPT_U_LEFT:
case OPT_U_RIGHT:
enqueue_job(key, arg); enqueue_job(key, arg);
break; break;
default: default: