Return to
term_ascii.c
CVS log
Up to
[cvsweb.bsd.lv]
/
mandoc
Diff for /mandoc/term_ascii.c between version 1.31 and 1.32
version 1.31, 2014/08/16 19:00:01
version 1.32, 2014/08/17 22:10:29
Line 253
ascii_hspan(const struct termp *p, const struct roffsu
Line 253
ascii_hspan(const struct termp *p, const struct roffsu
case SCALE_EM:
case SCALE_EM:
r = su->scale;
r = su->scale;
break;
break;
case SCALE_MAX:
default:
abort();
abort();
/* NOTREACHED */
/* NOTREACHED */
}
}
Legend:
Removed from v.1.31
changed lines
Added in v.1.32
Colored
Long colored
Unified
Context
CVSweb