summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtexu/bibtex.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-10-08 16:07:57 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-10-08 16:07:57 +0000
commitc9b030045c75b1bb6f9d2899666b28654f6406a9 (patch)
tree846d8b99dc8f31cc5e6150b53437842840e07852 /Build/source/texk/bibtexu/bibtex.h
parent367aaef40f95138283e8127d8449091f23bf51f7 (diff)
install web2c/bibtexu (static icu libs only)
git-svn-id: svn://tug.org/texlive/trunk@15686 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtexu/bibtex.h')
-rw-r--r--Build/source/texk/bibtexu/bibtex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/bibtexu/bibtex.h b/Build/source/texk/bibtexu/bibtex.h
index 564bb71c3ac..33141372b96 100644
--- a/Build/source/texk/bibtexu/bibtex.h
+++ b/Build/source/texk/bibtexu/bibtex.h
@@ -100,7 +100,7 @@
* is modified.
***************************************************************************/
#ifdef SUPPORT_8BIT
-# define BANNER "This is 8-bit Big BibTeX version 0.99c"
+# define BANNER "This is BibTeXu: a UTF-8 Big BibTeX version 0.99c"
#else /* NOT SUPPORT_8BIT */
# define BANNER "This is Big BibTeX version 0.99c"
#endif /* SUPPORT_8BIT */
@@ -467,7 +467,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) {if((pool_ptr+(X))>Pool_Size)\
pool_overflow();}