diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/equivalents.h')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/tex/equivalents.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/equivalents.h b/Build/source/texk/web2c/luatexdir/tex/equivalents.h index c0616d91ad5..bb0cbad873e 100644 --- a/Build/source/texk/web2c/luatexdir/tex/equivalents.h +++ b/Build/source/texk/web2c/luatexdir/tex/equivalents.h @@ -17,7 +17,6 @@ You should have received a copy of the GNU General Public License along with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */ -/* $Id: equivalents.h 3853 2010-09-03 18:05:14Z oneiros $ */ #ifndef EQUIVALENTS_H # define EQUIVALENTS_H @@ -326,7 +325,8 @@ here, and the |number_regs| \.{\\dimen} registers. # define suppress_ifcsname_error_code (etex_first_integer_code+11) /*suppress errors for failed \.{\\ifcsname} */ # define suppress_outer_error_code (etex_first_integer_code+12) /*suppress errors for \.{\\outer} */ -# define synctex_code (etex_first_integer_code+13) /* is synctex file generation enabled ? */ +# define suppress_mathpar_error_code (etex_first_integer_code+13) /*suppress errors for \.{\\par}} in math */ +# define synctex_code (etex_first_integer_code+14) /* is synctex file generation enabled ? */ # define tex_int_pars (synctex_code+1) /* total number of integer parameters */ # define page_direction_code (tex_int_pars) |