Ticket #62906: swf45debug.patch

File swf45debug.patch, 617 bytes (added by ballapete (Peter "Pete" Dyballa), 3 years ago)

Patch file to solve the problems with type declarartions of swf4debug and swf5debug

  • src/actioncompiler/Makefile.am

    old new  
    5858
    5959swf4compiler.tab.h: $(srcdir)/swf4compiler.y
    6060        $(YACC) --defines $(DEBUG) -p swf4 -b swf4compiler $(srcdir)/swf4compiler.y
     61        gsed -i 44,46d $(srcdir)/swf4compiler.tab.h
    6162
    6263swf5compiler.tab.c: $(srcdir)/swf5compiler.y
    6364        $(YACC) -p swf5 -b swf5compiler $(srcdir)/swf5compiler.y
    6465
    6566swf5compiler.tab.h: $(srcdir)/swf5compiler.y
    6667        $(YACC) --defines $(DEBUG) -p swf5 -b swf5compiler $(srcdir)/swf5compiler.y
     68        gsed -i 44,46d $(srcdir)/swf5compiler.tab.h