summaryrefslogtreecommitdiff
path: root/l10ntools/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-11 15:06:09 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 15:50:20 +0200
commitdd1d1b31b34bd95a1c64ac9f3fa7126c57753dc5 (patch)
tree602dfedf581524f18bb8d008d218ffec2ffc1072 /l10ntools/inc
parentb2706fcf9c4f2df0715aa4550bbecf17cb7732ab (diff)
Avoid reserved identifier
Change-Id: Id89697b602508446be0c9578b49532de6c22be9f
Diffstat (limited to 'l10ntools/inc')
-rw-r--r--l10ntools/inc/tokens.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/inc/tokens.h b/l10ntools/inc/tokens.h
index 1ec57a425afc..95370cf70a7e 100644
--- a/l10ntools/inc/tokens.h
+++ b/l10ntools/inc/tokens.h
@@ -52,7 +52,7 @@
#define RSCDEFINE 515 /* #define MY_TEXT */
#define RSCDEFINELEND 516 /* */
#define PRAGMA 519 /* #pragma ... */
-#define _LISTTEXT 521 /* { "Text" ... } */
+#define LISTTEXT_ 521 /* { "Text" ... } */
#define NORMDEFINE 524 /* #define ... */
/*------------------------------------------------------ */
/*------------------------------------------------------ */