| 2506 | } |
| 2507 | |
| 2508 | void yyfree (void * ptr , yyscan_t yyscanner) |
| 2509 | { |
| 2510 | struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; |
| 2511 | (void)yyg; |
| 2512 | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ |
| 2513 | } |
| 2514 | |
| 2515 | #define YYTABLES_NAME "yytables" |
| 2516 |
no outgoing calls
no test coverage detected