| 1154 | // |
| 1155 | |
| 1156 | gpre_txt* CPR_start_text() |
| 1157 | { |
| 1158 | gpre_txt* text = (gpre_txt*) MSC_alloc(TXT_LEN); |
| 1159 | text->txt_position = gpreGlob.token_global.tok_position - 1; |
| 1160 | |
| 1161 | return text; |
| 1162 | } |
| 1163 | |
| 1164 | |
| 1165 | //____________________________________________________________ |
no test coverage detected