Skip to content

Commit 6958071

Browse files
committed
demacrofy
1 parent 2765282 commit 6958071

File tree

3 files changed

+316
-1653
lines changed

3 files changed

+316
-1653
lines changed

engine/src/xetex_consts.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ pub const GLUE_PAR__med_mu_skip: placeholdertype = 17;
115115
pub const GLUE_PAR__thick_mu_skip: placeholdertype = 18;
116116
pub const GLUE_PARS: placeholdertype = 19;
117117

118-
pub unsafe fn GLUEPAR(s: placeholdertype) -> placeholdertype {
119-
(*(eqtb.offset((GLUE_BASE + s) as isize))).b32.s1
118+
pub unsafe fn GLUEPAR(s: placeholdertype) -> *mut i32 {
119+
&mut (*(eqtb.offset((GLUE_BASE + s) as isize))).b32.s1
120120
}
121121

122122
pub const SKIP_BASE: placeholdertype = (GLUE_BASE + GLUE_PARS);

0 commit comments

Comments
 (0)