diff -r b7f632c12784 -r 8b65699beb56 project_files/hwc/rtl/misc.h --- a/project_files/hwc/rtl/misc.h Fri Feb 07 15:44:27 2014 +0400 +++ b/project_files/hwc/rtl/misc.h Fri Feb 07 22:42:57 2014 +0400 @@ -45,9 +45,9 @@ bool fpcrtl_strcomparec(string255 a, char b); bool fpcrtl_strncompare(string255 a, string255 b); -#define fpcrtl__pchar(s) ((s).str) +char* fpcrtl__pchar(string255 s); string255 fpcrtl_pchar2str(char *s); - +astring fpcrtl_str2astr(string255 s); #define fpcrtl_TypeInfo sizeof // dummy #ifdef EMSCRIPTEN