* coff-objfmt.c: Likewise.
svn path=/trunk/yasm/; revision=1329
if (yasm__strcasecmp(vp->val, "align") == 0 && vp->param) {
/*@dependent@*/ /*@null@*/ const yasm_intnum *align_expr;
- unsigned long bitcnt;
if (strcmp(sectname, ".text") == 0) {
yasm__error(line,
} else if (yasm__strcasecmp(vp->val, "align") == 0 && vp->param) {
if (objfmt_coff->win32) {
/*@dependent@*/ /*@null@*/ const yasm_intnum *align_expr;
- unsigned long bitcnt;
-
align_expr = yasm_expr_get_intnum(&vp->param, NULL);
if (!align_expr) {
yasm__error(line,