summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/bibtex-3.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtex-x/bibtex-3.c')
-rw-r--r--Build/source/texk/bibtex-x/bibtex-3.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/Build/source/texk/bibtex-x/bibtex-3.c b/Build/source/texk/bibtex-x/bibtex-3.c
index 877771976b8..aa178d1ca92 100644
--- a/Build/source/texk/bibtex-x/bibtex-3.c
+++ b/Build/source/texk/bibtex-x/bibtex-3.c
@@ -4,9 +4,7 @@
**
** MODULE
**
-** $RCSfile: bibtex-3.c,v $
-** $Revision: 3.71 $
-** $Date: 1996/08/18 20:37:06 $
+** file: bibtex-3.c
**
** DESCRIPTION
**
@@ -241,6 +239,8 @@ BEGIN
build_in ("< ", 1, &b_less_than, N_LESS_THAN);
build_in ("+ ", 1, &b_plus, N_PLUS);
build_in ("- ", 1, &b_minus, N_MINUS);
+ build_in ("& ", 1, &b_bit_and, N_BIT_AND);
+ build_in ("| ", 1, &b_bit_or, N_BIT_OR);
build_in ("* ", 1, &b_concatenate, N_CONCATENATE);
build_in (":= ", 2, &b_gets, N_GETS);
build_in ("add.period$ ", 11, &b_add_period, N_ADD_PERIOD);
@@ -272,8 +272,11 @@ BEGIN
build_in ("warning$ ", 8, &b_warning, N_WARNING);
build_in ("width$ ", 6, &b_width, N_WIDTH);
build_in ("while$ ", 6, &b_while, N_WHILE);
- build_in ("width$ ", 6, &b_width, N_WIDTH);
build_in ("write$ ", 6, &b_write, N_WRITE);
+#ifdef UTF_8
+ build_in ("is.cjk.str$ ", 11, &b_cjk_string, N_IS_CJK_STRING);
+ build_in ("is.kanji.str$", 13, &b_cjk_string, N_IS_CJK_STRING);
+#endif
/*^^^^^^^^^^^^^^^^^^^^^^^^^^ END OF SECTION 334 ^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/***************************************************************************