summaryrefslogtreecommitdiff
path: root/Source/tokens.cpp
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2018-03-31 20:38:08 +0200
committerDidier Raboud <odyx@debian.org>2018-03-31 20:38:08 +0200
commit7339b864cbaa39e0472c25247ab0ccbefb0e5ed0 (patch)
tree8df6ad5a893a2bce27c22cf81fbed56d94fc0bc8 /Source/tokens.cpp
parent0865527175b57dba4454ba6a8c328ab357de36d0 (diff)
Import Upstream version 2.14
Diffstat (limited to 'Source/tokens.cpp')
-rwxr-xr-xSource/tokens.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/tokens.cpp b/Source/tokens.cpp
index 80e2a95..8cbdff5 100755
--- a/Source/tokens.cpp
+++ b/Source/tokens.cpp
@@ -196,6 +196,7 @@ static tokenType tokenlist[TOK__LAST] =
{TOK_SILENTUNINST,"SilentUnInstall",1,0,"(normal|silent)",TP_GLOBAL},
{TOK_SLEEP,"Sleep",1,0,"sleep_time_in_ms",TP_CODE},
{TOK_STRCMP,"StrCmp",3,1,"str1 str2 label_to_goto_if_equal [label_to_goto_if_not]",TP_CODE},
+{TOK_STRCMPS,"StrCmpS",3,1,"str1 str2 label_to_goto_if_equal [label_to_goto_if_not]",TP_CODE},
{TOK_STRCPY,"StrCpy",2,2,"$(user_var: output) str [maxlen] [startoffset]",TP_CODE},
{TOK_STRLEN,"StrLen",2,0,"$(user_var: length output) str",TP_CODE},
{TOK_SUBCAPTION,"SubCaption",2,0,"page_number(0-4) new_subcaption",TP_GLOBAL},