| 352 | //========================================================================== |
| 353 | |
| 354 | ExpEmit FxExpression::Emit (VMFunctionBuilder *build) |
| 355 | { |
| 356 | ScriptPosition.Message(MSG_ERROR, "Unemitted expression found"); |
| 357 | return ExpEmit(); |
| 358 | } |
| 359 | |
| 360 | |
| 361 | //========================================================================== |
no test coverage detected