summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/web2c/texprofdir/texprof.w4
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/texprofdir/texprof.w b/Build/source/texk/web2c/texprofdir/texprof.w
index a521ae96746..36fe1278b38 100644
--- a/Build/source/texk/web2c/texprofdir/texprof.w
+++ b/Build/source/texk/web2c/texprofdir/texprof.w
@@ -1502,7 +1502,7 @@ by changing |wterm|, |wterm_ln|, and |wterm_cr| in this section.
@<Basic printing procedures@>=
#define @[put(F)@] @[fwrite(&((F).d)@],@[sizeof((F).d),1,(F).f)@]@;
-#define @[get(F)@] @[(void)fread(&((F).d),sizeof((F).d),1,(F).f)@]
+#define @[get(F)@] @[(void)!fread(&((F).d),sizeof((F).d),1,(F).f)@]
#define @[pascal_close(F)@] @[fclose((F).f)@]
#define @[eof(F)@] @[feof((F).f)@]
@@ -32547,8 +32547,6 @@ primitive("pdfcolorstackinit", convert, pdf_colorstack_init_code);@/
case pdf_escape_name_code: print_esc("pdfescapename");@+break;
case pdf_escape_hex_code: print_esc("pdfescapehex");@+break;
case pdf_unescape_hex_code: print_esc("pdfunescapehex");@+break;
- case pdf_creation_date_code: print_esc("pdfcreationdate");@+break;
- case pdf_file_mod_date_code: print_esc("pdffilemoddate");@+break;
case pdf_match_code: print_esc("pdfmatch");@+break;
case pdf_last_match_code: print_esc("pdflastmatch");@+break;
case pdf_colorstack_init_code: print_esc("pdfcolorstackinit");@+break;