diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2022-01-13 21:31:05 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2022-01-13 21:31:05 +0000 |
commit | 66c64ba618117d72418aba769c96a9b8bfaf04e5 (patch) | |
tree | 9c549d50829d616ac6db96370ee9647867c7454f /Build/source/texk | |
parent | d8a708abc1ed023e582f732ac87e906bba4d884c (diff) |
typo
git-svn-id: svn://tug.org/texlive/trunk@61601 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/web2c/hitexdir/hitex.w | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/hitexdir/hitex.w b/Build/source/texk/web2c/hitexdir/hitex.w index ef5442721e3..562a999ba14 100644 --- a/Build/source/texk/web2c/hitexdir/hitex.w +++ b/Build/source/texk/web2c/hitexdir/hitex.w @@ -33833,7 +33833,7 @@ static void usage_help(void) @t\qquad@>"\t enable extensions required for LaTeX\n"@/ " -ini "@/ @t\qquad@>"\t be initex for dumping formats; this is\n"@/ - @t\qquad@>"\t\t\t also true if the program name is `kinitex'\n"@/ + @t\qquad@>"\t\t\t also true if the program name is `hinitex'\n"@/ " -progname=STRING "@/ @t\qquad@>"\t set program (and fmt) name to STRING\n"@/ " -fmt=FMTNAME "@/ @@ -34572,6 +34572,10 @@ builds of documents. static time_t start_time = ((time_t)-1); static char *source_date_epoch,*force_source_date; +#if defined(_MSC_VER) && _MSC_VER < 1800 +#define strtoull _strtoui64 +#endif + static struct tm *tl_now(void) {@+struct tm *gmt; time_t t; |