| 4998 | #endif |
| 4999 | |
| 5000 | void *yyalloc (yy_size_t size , yyscan_t yyscanner) |
| 5001 | { |
| 5002 | struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; |
| 5003 | (void)yyg; |
| 5004 | return malloc(size); |
| 5005 | } |
| 5006 | |
| 5007 | void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner) |
| 5008 | { |
no outgoing calls
no test coverage detected