| 2655 | } |
| 2656 | |
| 2657 | void ap_expr_yyfree (void * ptr , yyscan_t yyscanner) |
| 2658 | { |
| 2659 | free( (char *) ptr ); /* see ap_expr_yyrealloc() for (char *) cast */ |
| 2660 | } |
| 2661 | |
| 2662 | #define YYTABLES_NAME "yytables" |
| 2663 |
no outgoing calls
no test coverage detected