From 2cf631087f765cd6bae85e8255d0d1ae1be17bc8 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Fri, 15 Mar 2013 12:37:47 +0000 Subject: bibtexu: Reduce diffs with bibtex8 git-svn-id: svn://tug.org/texlive/trunk@29400 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/bibtexu/bibtex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/texk/bibtexu/bibtex.h') 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();} -- cgit v1.2.3