| 946 | // |
| 947 | |
| 948 | int CPR_error(const TEXT* string) |
| 949 | { |
| 950 | fprintf(stderr, "(E) %s:%d: %s\n", file_name, line_global + 1, string); |
| 951 | gpreGlob.errors_global++; |
| 952 | |
| 953 | return 0; |
| 954 | } |
| 955 | |
| 956 | |
| 957 | //____________________________________________________________ |
no outgoing calls
no test coverage detected