sip4-4.13.1.diff
sipgen/parser.y 2012-02-03 22:05:25.810230624 +0100 | ||
---|---|---|
792 | 792 | |
793 | 793 |
/* Complete the definition. */ |
794 | 794 |
xd->iff->module = currentModule; |
795 |
appendCodeBlock(&xd->iff->hdrcode, $5.type_header_code); |
|
795 |
if( $5.token == TK_TYPEHEADERCODE ) |
|
796 |
appendCodeBlock(&xd->iff->hdrcode, $5.type_header_code); |
|
796 | 797 |
xd->pyname = pyname; |
797 | 798 |
xd->bibase = $3.bibase; |
798 | 799 |
xd->base = $3.base; |