| 2484 | #endif |
| 2485 | |
| 2486 | void *yyalloc (yy_size_t size , yyscan_t yyscanner) |
| 2487 | { |
| 2488 | struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; |
| 2489 | (void)yyg; |
| 2490 | return malloc(size); |
| 2491 | } |
| 2492 | |
| 2493 | void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner) |
| 2494 | { |
no outgoing calls
no test coverage detected