| 4565 | #endif |
| 4566 | |
| 4567 | void *yyalloc (yy_size_t size , yyscan_t yyscanner) |
| 4568 | { |
| 4569 | struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; |
| 4570 | (void)yyg; |
| 4571 | return malloc(size); |
| 4572 | } |
| 4573 | |
| 4574 | void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner) |
| 4575 | { |
no outgoing calls
no test coverage detected