diff options
author | jan iversen <jani@documentfoundation.org> | 2016-03-27 22:39:03 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-03-27 22:48:01 +0200 |
commit | 9605ed83182b2ef670c0a0c559bbe1e7a5d902aa (patch) | |
tree | 625a3742ca69ad980287663d3d82abe72f1d0ef6 /l10ntools/source/gLexXcu.l | |
parent | 92a294678500852c343cfacd33da1ec5a7a40d4c (diff) |
genlang, added genKey function
KID generation is an integrated part of the POT files.
Updated lex files for simplification
Change-Id: I8ba64e7119edc5267b2acd75c468ed2ff1cf16c2
Diffstat (limited to 'l10ntools/source/gLexXcu.l')
-rw-r--r-- | l10ntools/source/gLexXcu.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/gLexXcu.l b/l10ntools/source/gLexXcu.l index 4f88c9b3c3f7..fb3e1872f319 100644 --- a/l10ntools/source/gLexXcu.l +++ b/l10ntools/source/gLexXcu.l @@ -26,7 +26,7 @@ using namespace std; #define LOCptr ((convert_xcu *)convert_gen::mcImpl) #define YYLMAX 64000 -#define YY_INPUT(buf,result,max_size) LOCptr->lexRead(buf, max_size) +#define YY_INPUT(buf,result,max_size) LOCptr->lexRead(buf, &result, max_size) #define YY_NO_UNISTD_H 1 #define yytext_ptr xcutext_ptr #define yy_flex_strncpy convert_gen::lexStrncpy |