throw away the long obsolete runtime type information in the C runtime

This commit is contained in:
kr.angelov
2014-10-09 13:44:26 +00:00
parent afd5886cdc
commit 57f7b61c6b
45 changed files with 205 additions and 1270 deletions

View File

@@ -36,6 +36,4 @@ gu_str_to_ucs(const char* cbuf, size_t len, GuUCS* ubuf, GuExn* err);
size_t
gu_ucs_to_str(const GuUCS* ubuf, size_t len, char* cbuf, GuExn* err);
extern GU_DECLARE_TYPE(GuUCSExn, abstract);
#endif // GU_ISO10646_H_