summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2002-05-07 08:31:20 +0000
committerNils Fuhrmann <nf@openoffice.org>2002-05-07 08:31:20 +0000
commitc3d6a426c20b3982cbd9f5d36eb692e360ce5032 (patch)
tree4a27897f7d911d705b36ae74d44e0f9a053a5793 /transex3
parenta007d3af3c45cb58f99a450613ad2e425a330f30 (diff)
Added missing tokens
Diffstat (limited to 'transex3')
-rw-r--r--transex3/inc/tokens.h5
-rw-r--r--transex3/source/makefile.mk8
2 files changed, 7 insertions, 6 deletions
diff --git a/transex3/inc/tokens.h b/transex3/inc/tokens.h
index 6c37e72726df..2bb115fde405 100644
--- a/transex3/inc/tokens.h
+++ b/transex3/inc/tokens.h
@@ -2,9 +2,9 @@
*
* $RCSfile: tokens.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: nf $ $Date: 2002-05-07 09:00:07 $
+ * last change: $Author: nf $ $Date: 2002-05-07 09:31:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -135,6 +135,7 @@
#define XRM_TEXT_END 508
#define XRM_LIST_START 509
#define XRM_LIST_END 510
+#define XML_TEXTCHAR 600
#endif
diff --git a/transex3/source/makefile.mk b/transex3/source/makefile.mk
index 76a18b5e04a3..1c5fdc36a469 100644
--- a/transex3/source/makefile.mk
+++ b/transex3/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.23 $
+# $Revision: 1.24 $
#
-# last change: $Author: nf $ $Date: 2002-05-07 09:00:08 $
+# last change: $Author: nf $ $Date: 2002-05-07 09:31:20 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -165,8 +165,8 @@ DEPOBJFILES=$(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS) $(APP5OBJS) $(APP6OB
$(MISC)$/src_yy.c : srclex.l
+flex -l -8 -o$(MISC)$/src_yy.c srclex.l
-$(MISC)$/xml_yy.c : xmllex.l
- +flex -l -8 -o$(MISC)$/xml_yy.c xmllex.l
+$(MISC)$/xrm_yy.c : xrmlex.l
+ +flex -l -8 -o$(MISC)$/xrm_yy.c xrmlex.l
$(MISC)$/cfg_yy.c : cfglex.l
+flex -l -8 -o$(MISC)$/cfg_yy.c cfglex.l