| 1671 | |
| 1672 | |
| 1673 | #include <ctype.h> |
| 1674 | #include <stdio.h> |
| 1675 | |
| 1676 | int df_parser_error(YAAFE::DataFlowContext& context, char* errstr) { |
| 1677 | printf("Dataflow parser error: %s\n", errstr); |
| 1678 | return -1; |
| 1679 | } |
nothing calls this directly
no outgoing calls
no test coverage detected