File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
source/texk/web2c/euptexdir Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 3333@y
3434@d eTeX_version_string=='-2.6' {current \eTeX\ version}
3535@#
36- @d epTeX_version_string=='-250202 '
37- @d epTeX_version_number==250202
36+ @d epTeX_version_string=='-251130 '
37+ @d epTeX_version_number==251130
3838@z
3939
4040@x e-upTeX: banner
240240 begin cur_val_level:=int_val; cur_val:=-1;
241241 end
242242 else if cur_chr=last_node_font_code then
243- begin cur_val_level:=ident_val; cur_val:=null_font+font_id_base;
243+ begin if level<>tok_val then
244+ begin print_err("Missing number, treated as zero");
245+ @.Missing number...@>
246+ help3("A number should have been here; I inserted `0'.")@/
247+ ("(If you can't figure out why I needed to see a number,")@/
248+ ("look up `weird error' in the index to The TeXbook.)");
249+ @:TeXbook}{\sl The \TeX book@>
250+ back_error; scanned_result(0)(dimen_val);
251+ end
252+ else scanned_result(null_font+font_id_base)(ident_val);
244253 end
245254 else cur_val_level:=cur_chr;
246255 if (cur_chr=last_node_char_code)or(cur_chr=last_node_font_code) then
Original file line number Diff line number Diff line change 1- #define EPTEX_VERSION "250202 "
1+ #define EPTEX_VERSION "251130 "
You can’t perform that action at this time.
0 commit comments