heh, remove patch to generated file.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97826 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Terry Wilson
2008-01-10 19:07:36 +00:00
parent e823e89b5a
commit 4a403e3c33

View File

@@ -3963,8 +3963,7 @@ void *ast_yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
void ast_yyfree (void * ptr , yyscan_t yyscanner)
{
if (ptr)
free( (char *) ptr ); /* see ast_yyrealloc() for (char *) cast */
free( (char *) ptr ); /* see ast_yyrealloc() for (char *) cast */
}
#define YYTABLES_NAME "yytables"