| 2352 | #endif |
| 2353 | |
| 2354 | void *cmListFileLexer_yyalloc (yy_size_t size , yyscan_t yyscanner) |
| 2355 | { |
| 2356 | struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; |
| 2357 | (void)yyg; |
| 2358 | return malloc(size); |
| 2359 | } |
| 2360 | |
| 2361 | void *cmListFileLexer_yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner) |
| 2362 | { |
no outgoing calls
no test coverage detected