Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / charset.h
index 64aa58d8a296826fd4a33be1ba48a2daec287757..c5feb0818d3488b519dd955fdbe3429db218438a 100644 (file)
@@ -131,7 +131,11 @@ class wchar_iterator
  private:
 
   /* The underlying iconv descriptor.  */
+#ifdef PHONY_ICONV
+  int m_desc;
+#else
   iconv_t m_desc;
+#endif
 
   /* The input string.  This is updated as we convert characters.  */
   const gdb_byte *m_input;
This page took 0.023253 seconds and 4 git commands to generate.