| 6047 | // |
| 6048 | |
| 6049 | static void par_options(const TEXT** transaction) |
| 6050 | { |
| 6051 | *transaction = NULL; |
| 6052 | |
| 6053 | if (!MSC_match(KW_TRANSACTION)) |
| 6054 | return; |
| 6055 | |
| 6056 | *transaction = PAR_native_value(false, true); |
| 6057 | } |
| 6058 | |
| 6059 | |
| 6060 | //____________________________________________________________ |
no test coverage detected