summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtexu/bibtex.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-03-15 12:37:47 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-03-15 12:37:47 +0000
commit2cf631087f765cd6bae85e8255d0d1ae1be17bc8 (patch)
tree9f49b594107f7f9a03f54d2e1d374ac255b6240e /Build/source/texk/bibtexu/bibtex.h
parent675a4f704d457552f13ae48a61e181b518ef8673 (diff)
bibtexu: Reduce diffs with bibtex8
git-svn-id: svn://tug.org/texlive/trunk@29400 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtexu/bibtex.h')
-rw-r--r--Build/source/texk/bibtexu/bibtex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/bibtexu/bibtex.h b/Build/source/texk/bibtexu/bibtex.h
index adc513ad6dd..9c9b1854d10 100644
--- a/Build/source/texk/bibtexu/bibtex.h
+++ b/Build/source/texk/bibtexu/bibtex.h
@@ -463,7 +463,7 @@
* of |pool_ptr| is too high; this test is supposed to be made before
* |append_char| is used.
***************************************************************************/
-#define APPEND_CHAR(X) { str_pool[pool_ptr] = (X);\
+#define APPEND_CHAR(X) {str_pool[pool_ptr] = (X);\
INCR(pool_ptr);}
#define STR_ROOM(X) {while((pool_ptr+(X))>Pool_Size)\
pool_overflow();}