| 2638 | #endif |
| 2639 | |
| 2640 | void *ap_expr_yyalloc (yy_size_t size , yyscan_t yyscanner) |
| 2641 | { |
| 2642 | return (void *) malloc( size ); |
| 2643 | } |
| 2644 | |
| 2645 | void *ap_expr_yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner) |
| 2646 | { |
no outgoing calls
no test coverage detected