mathtex-portable-engine-generated 0.1.2

Machine generated portable TeX engine core for mathtex, translated from the TeX, eTeX and XeTeX sources
Documentation
//! shared TeX core candidates auto-patched from TeX source when compatible (group `y`).
//! Generated by `cargo run -p mathtex-web2c-import --bin patch_engine`.

#![allow(dead_code, non_camel_case_types, non_snake_case, unused_assignments, unused_must_use, unused_mut, unused_variables)]

use crate::runtime::*;

impl<'resources> PortableTexEngine<'resources> {

pub(crate) unsafe fn youcant(&mut self) {
    self.state.interaction as i32 == 3 as i32;
    if self.state.filelineerrorstylep != 0 {
        (&mut *(self as *mut PortableTexEngine<'_>)).printfileline();
    } else {
        (&mut *(self as *mut PortableTexEngine<'_>)).zprintnl(65544 as i64 as strnumber);
    }
    (&mut *(self as *mut PortableTexEngine<'_>)).zprint(66034 as i64 as integer);
    (&mut *(self as *mut PortableTexEngine<'_>)).zprintcmdchr(self.state.curcmd as quarterword, self.state.curchr);
    (&mut *(self as *mut PortableTexEngine<'_>)).zprintinmode(self.state.curlist.modefield as integer);
}

}