Skip to content

Commit 77b6122

Browse files
committed
platform files: s/u/unsigned/ in default-sign
1 parent 26c8c0e commit 77b6122

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platforms/unix32-unsigned.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<platform>
33
<char_bit>8</char_bit>
4-
<default-sign>u</default-sign>
4+
<default-sign>unsigned</default-sign>
55
<sizeof>
66
<short>2</short>
77
<int>4</int>

platforms/unix64-unsigned.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<platform>
33
<char_bit>8</char_bit>
4-
<default-sign>u</default-sign>
4+
<default-sign>unsigned</default-sign>
55
<sizeof>
66
<short>2</short>
77
<int>4</int>

0 commit comments

Comments
 (0)