| 283 | // |
| 284 | |
| 285 | static void gen_compile( const gpre_req* request, int column) |
| 286 | { |
| 287 | column += INDENT; |
| 288 | //const gpre_dbb* db = request->req_database; |
| 289 | //const gpre_sym* symbol = db->dbb_name; |
| 290 | //align(column); |
| 291 | fprintf(gpreGlob.out_file, |
| 292 | "%s.compile(tdbb, (UCHAR*) jrd_%" ULONGFORMAT", sizeof(jrd_%" ULONGFORMAT"));", |
| 293 | request->req_handle, request->req_ident, request->req_ident); |
| 294 | } |
| 295 | |
| 296 | |
| 297 | //____________________________________________________________ |
no outgoing calls
no test coverage detected