~bkerensa/ubuntu/raring/yasm/fix-for-1064341

« back to all changes in this revision

Viewing changes to libyasm/bc-org.c

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar
  • Date: 2009-07-14 08:23:59 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714082359-10x8mjty41gzkshs
Tags: 0.8.0-1
* New upstream release (Closes: #531047).
* Removed all tasm patches, they’ve been merged upstream.
* debian/control: set debhelper dependency to 5.0 and policy to 3.8.2.
* debian/control: mention TASM in the long description.
* debian/compat: set debhelper level to 5.
* debian/links: link tasm to ytasm and tasm.1.gz to ytasm.1.gz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 * POSSIBILITY OF SUCH DAMAGE.
26
26
 */
27
27
#include "util.h"
28
 
/*@unused@*/ RCSID("$Id: bc-org.c 1899 2007-07-20 03:40:59Z peter $");
 
28
/*@unused@*/ RCSID("$Id: bc-org.c 2130 2008-10-07 05:38:11Z peter $");
29
29
 
30
30
#include "libyasm-stdint.h"
31
31
#include "coretype.h"
60
60
    bc_org_destroy,
61
61
    bc_org_print,
62
62
    bc_org_finalize,
 
63
    NULL,
63
64
    bc_org_calc_len,
64
65
    bc_org_expand,
65
66
    bc_org_tobytes,