summaryrefslogtreecommitdiffstats
path: root/src/data/coff-c-pic.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-16 14:46:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-16 19:52:00 +0900
commitcf89569f1ab2162e81fc233b4734f0f6a1fdd5ce (patch)
treed25073962ee9ccee4e5d809bdbeea5b79a629f8d /src/data/coff-c-pic.xml
parent5635962bce53be8c2ec9fd141ad4762043af9299 (diff)
downloadpiklab-cf89569f.tar.gz
piklab-cf89569f.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bb46657324ee993d796ace56ebf1705739a9dfd2)
Diffstat (limited to 'src/data/coff-c-pic.xml')
-rw-r--r--src/data/coff-c-pic.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/data/coff-c-pic.xml b/src/data/coff-c-pic.xml
index 2090c02..9b9840d 100644
--- a/src/data/coff-c-pic.xml
+++ b/src/data/coff-c-pic.xml
@@ -54,14 +54,14 @@
<HlCOct attribute="Octal" context="#stay"/>
<HlCHex attribute="Hex" context="#stay"/>
<Int attribute="Decimal" context="#stay" >
- <StringDetect attribute="Decimal" context="#stay" String="ULL" insensitive="TRUE"/>
- <StringDetect attribute="Decimal" context="#stay" String="LUL" insensitive="TRUE"/>
- <StringDetect attribute="Decimal" context="#stay" String="LLU" insensitive="TRUE"/>
- <StringDetect attribute="Decimal" context="#stay" String="UL" insensitive="TRUE"/>
- <StringDetect attribute="Decimal" context="#stay" String="LU" insensitive="TRUE"/>
- <StringDetect attribute="Decimal" context="#stay" String="LL" insensitive="TRUE"/>
- <StringDetect attribute="Decimal" context="#stay" String="U" insensitive="TRUE"/>
- <StringDetect attribute="Decimal" context="#stay" String="L" insensitive="TRUE"/>
+ <StringDetect attribute="Decimal" context="#stay" String="ULL" insensitive="true"/>
+ <StringDetect attribute="Decimal" context="#stay" String="LUL" insensitive="true"/>
+ <StringDetect attribute="Decimal" context="#stay" String="LLU" insensitive="true"/>
+ <StringDetect attribute="Decimal" context="#stay" String="UL" insensitive="true"/>
+ <StringDetect attribute="Decimal" context="#stay" String="LU" insensitive="true"/>
+ <StringDetect attribute="Decimal" context="#stay" String="LL" insensitive="true"/>
+ <StringDetect attribute="Decimal" context="#stay" String="U" insensitive="true"/>
+ <StringDetect attribute="Decimal" context="#stay" String="L" insensitive="true"/>
</Int>
<HlCChar attribute="Char" context="#stay"/>
<DetectChar attribute="String" context="String" char="&quot;"/>