| 1361 | // |
| 1362 | |
| 1363 | static act* par_at() |
| 1364 | { |
| 1365 | if (!MSC_match(KW_END) || !cur_fetch) |
| 1366 | return NULL; |
| 1367 | |
| 1368 | act* action = (act*) cur_fetch->lls_object; |
| 1369 | |
| 1370 | return MSC_action(action->act_request, ACT_at_end); |
| 1371 | } |
| 1372 | |
| 1373 | |
| 1374 | //____________________________________________________________ |
no test coverage detected