| 5137 | } |
| 5138 | |
| 5139 | void yyfree (void * ptr , yyscan_t yyscanner) |
| 5140 | { |
| 5141 | struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; |
| 5142 | (void)yyg; |
| 5143 | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ |
| 5144 | } |
| 5145 | |
| 5146 | #define YYTABLES_NAME "yytables" |
| 5147 |
no outgoing calls
no test coverage detected