From cc6f10ebb6856bc1e583d540ed124d368455bd50 Mon Sep 17 00:00:00 2001 From: Cedric RICARD Date: Fri, 25 Jul 2008 16:49:35 +0000 Subject: [PATCH] Renaming private type due to more strict compiler rules --- calexium_lib/web/CXM_web_arg_encode.anubis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calexium_lib/web/CXM_web_arg_encode.anubis b/calexium_lib/web/CXM_web_arg_encode.anubis index 11f2110..0859f83 100644 --- a/calexium_lib/web/CXM_web_arg_encode.anubis +++ b/calexium_lib/web/CXM_web_arg_encode.anubis @@ -251,7 +251,7 @@ define Maybe((Int, // next position for reading Translating a group of characters into a group of bytes. -type TranslateGroupResult: +type TranslateGroupResult_WebArg: three_bytes (Int new_pos, Word8 b1, Word8 b2, Word8 b3), two_bytes ( Word8 b1, Word8 b2 ), one_byte ( Word8 b1 ), @@ -259,7 +259,7 @@ type TranslateGroupResult: error. -define TranslateGroupResult +define TranslateGroupResult_WebArg translate_group ( ByteArray ba, -- libgit2 0.21.4