summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/mfluatrap/do_add_to.lua
blob: 98dd9750722b8ebe8986743a331f8f8a7d0aaae8 (plain)
1
2
3
4
5
6
7
8
9
function PRE_fill_envelope_rhs(rhs)  return 0 end
function POST_fill_envelope_rhs(rhs) return 0 end
function PRE_fill_envelope_lhs(rhs)  return 0 end
function POST_fill_envelope_lhs(rhs) return 0 end

function PRE_fill_spec_rhs(rhs)  return 0 end
function POST_fill_spec_rhs(rhs) return 0 end
function PRE_fill_spec_lhs(rhs)  return 0 end
function POST_fill_spec_lhs(rhs) return 0 end