| 3241 | // |
| 3242 | |
| 3243 | static TEXT* make_name( TEXT* const string, const gpre_sym* symbol) |
| 3244 | { |
| 3245 | fb_utils::snprintf(string, MAX_CURSOR_SIZE, "'%s '", symbol->sym_string); |
| 3246 | |
| 3247 | return string; |
| 3248 | } |
| 3249 | |
| 3250 | |
| 3251 | //____________________________________________________________ |
no test coverage detected