diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-10 22:13:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-10 22:13:16 +0000 |
commit | 407ba94a3472d34da2cac80b6eb9e3ff77fe5f2e (patch) | |
tree | 62b201431f9173bd930179b02f9247c4dbabd0cc /Build/source/texk/web2c/cpascal.h | |
parent | df7ae27df461a7a5058a1edb9ed53dc630d51082 (diff) |
bibtex: fallback check for subsidiary aux files in the directory of the main aux file
git-svn-id: svn://tug.org/texlive/trunk@47979 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cpascal.h')
-rw-r--r-- | Build/source/texk/web2c/cpascal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cpascal.h b/Build/source/texk/web2c/cpascal.h index 1de9a44eb7c..60374d8ec01 100644 --- a/Build/source/texk/web2c/cpascal.h +++ b/Build/source/texk/web2c/cpascal.h @@ -141,6 +141,9 @@ typedef FILE *text; #define aopenout(f) open_output (&(f), FOPEN_W_MODE) #define aclose close_file +/* Used in BibTeX for subsidiary aux files. */ +#define aopeninwithdirname(f,p,s) open_input_with_dirname (&(f), p, s) + /* How to output to the GF or DVI file. */ #define WRITE_OUT(a, b) \ if ((size_t) fwrite ((char *) &OUT_BUF[a], sizeof (OUT_BUF[a]), \ |