diff options
author | Zolnai Tamás <zolnaitamas2000@gmail.com> | 2013-12-26 14:12:45 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2013-12-27 07:14:52 +0100 |
commit | 72ace3fa98a0c82c0511b49fd4026b148205eb96 (patch) | |
tree | 30ca2e0303bceaf16eb35efb4a42d73286c64070 /l10ntools/inc | |
parent | 480c7c2ef45e9c84a9bbffbfa95df673583c546e (diff) |
Transex3: remove not parsed tokens
Change-Id: I7e610c767e28e2af683f95aa573cbe34b35b6966
Diffstat (limited to 'l10ntools/inc')
-rw-r--r-- | l10ntools/inc/tokens.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/l10ntools/inc/tokens.h b/l10ntools/inc/tokens.h index da340b6e7334..4f4c49f65011 100644 --- a/l10ntools/inc/tokens.h +++ b/l10ntools/inc/tokens.h @@ -29,8 +29,6 @@ #define COMMENT 401 /*... */ #define DEFINEDRES 402 /* Text = { */ #define ANYTOKEN 404 /* XYZ */ -#define UNKNOWNTOKEN 405 /* XYZ[ \t]$ */ -#define UNKNOWNCONSTRUCTION 406 /* XYZ ( xxx, yyy, zzz ) */ #define UNKNOWNCHAR 407 /* . */ /*------------------------------------------------------ */ /* prev. tokens will not be executed */ @@ -53,13 +51,10 @@ #define LISTTEXT 514 /* < "Text" ... > */ #define RSCDEFINE 515 /* #define MY_TEXT */ #define RSCDEFINELEND 516 /* */ -#define NEWTEXTINRES 517 /* ### Achtung : Ne... */ #define UIENTRIES 518 /* UIEntries = { */ #define PRAGMA 519 /* #pragma ... */ #define _LISTTEXT 521 /* { "Text" ... } */ #define TEXTREFID 522 /* Text = 12345 */ -#define LISTRESID 523 /* < 12345; ... > */ -#define _LISTRESID 523 /* { 12345; ... } */ #define NORMDEFINE 524 /* #define ... */ /*------------------------------------------------------ */ /*------------------------------------------------------ */ |