Commit cc6f10ebb6856bc1e583d540ed124d368455bd50
1 parent
defce20d
Renaming private type due to more strict compiler rules
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
calexium_lib/web/CXM_web_arg_encode.anubis
| @@ -251,7 +251,7 @@ define Maybe((Int, // next position for reading | @@ -251,7 +251,7 @@ define Maybe((Int, // next position for reading | ||
| 251 | 251 | ||
| 252 | Translating a group of characters into a group of bytes. | 252 | Translating a group of characters into a group of bytes. |
| 253 | 253 | ||
| 254 | -type TranslateGroupResult: | 254 | +type TranslateGroupResult_WebArg: |
| 255 | three_bytes (Int new_pos, Word8 b1, Word8 b2, Word8 b3), | 255 | three_bytes (Int new_pos, Word8 b1, Word8 b2, Word8 b3), |
| 256 | two_bytes ( Word8 b1, Word8 b2 ), | 256 | two_bytes ( Word8 b1, Word8 b2 ), |
| 257 | one_byte ( Word8 b1 ), | 257 | one_byte ( Word8 b1 ), |
| @@ -259,7 +259,7 @@ type TranslateGroupResult: | @@ -259,7 +259,7 @@ type TranslateGroupResult: | ||
| 259 | error. | 259 | error. |
| 260 | 260 | ||
| 261 | 261 | ||
| 262 | -define TranslateGroupResult | 262 | +define TranslateGroupResult_WebArg |
| 263 | translate_group | 263 | translate_group |
| 264 | ( | 264 | ( |
| 265 | ByteArray ba, | 265 | ByteArray ba, |