| 2374 | } |
| 2375 | |
| 2376 | void cmListFileLexer_yyfree (void * ptr , yyscan_t yyscanner) |
| 2377 | { |
| 2378 | struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; |
| 2379 | (void)yyg; |
| 2380 | free( (char *) ptr ); /* see cmListFileLexer_yyrealloc() for (char *) cast */ |
| 2381 | } |
| 2382 | |
| 2383 | #define YYTABLES_NAME "yytables" |
| 2384 |
no outgoing calls
no test coverage detected