Commit 047af151db33cbd0db142da2938bb9de62b65a3c

Authored by David RENE
1 parent 7527c2c5

fix to be compliant with anubis 1.9.1.0

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
MF_1_1/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 TranslateGroupResult2:
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 TranslateGroupResult2
263 translate_group 263 translate_group
264 ( 264 (
265 ByteArray ba, 265 ByteArray ba,