fixed linux build

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40602
This commit is contained in:
David Anderson
2007-03-11 18:37:55 +00:00
parent c2f106d4c6
commit d8c02c294f
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -139,7 +139,6 @@ int CFunction::_PushString(const char *string, int sz_flags, int cp_flags, size_
}
ParamInfo *info = &m_info[m_curparam];
size_t cells = (len + sizeof(cell_t) - 1) / sizeof(cell_t);
info->marked = true;
info->orig_addr = (cell_t *)string;