| 2627 | // |
| 2628 | |
| 2629 | static void put_symbol(gpre_req* request, int ddl_operator, const gpre_sym* symbol) |
| 2630 | { |
| 2631 | put_cstring(request, (USHORT) ddl_operator, symbol->sym_string); |
| 2632 | } |
| 2633 | |
| 2634 | |
| 2635 | //____________________________________________________________ |
no test coverage detected