| 2531 | #endif |
| 2532 | |
| 2533 | void *yyalloc (yy_size_t size , yyscan_t yyscanner) |
| 2534 | { |
| 2535 | struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; |
| 2536 | (void)yyg; |
| 2537 | return malloc(size); |
| 2538 | } |
| 2539 | |
| 2540 | void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner) |
| 2541 | { |
no outgoing calls
no test coverage detected
searching dependent graphs…