| 5115 | #endif |
| 5116 | |
| 5117 | void *yyalloc (yy_size_t size , yyscan_t yyscanner) |
| 5118 | { |
| 5119 | struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; |
| 5120 | (void)yyg; |
| 5121 | return malloc(size); |
| 5122 | } |
| 5123 | |
| 5124 | void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner) |
| 5125 | { |
no outgoing calls
no test coverage detected