[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: defines.h



  User: pbernaud
  Date: 05/03/12 13:43:55

  Modified:    .        defines.h
  Log:
  Improved Unicode support.
  
  
  
  
  Revision  Changes    Path
  1.47      +0 -10     eda/geda/devel/libgeda/include/defines.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: defines.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/include/defines.h,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -b -r1.46 -r1.47
  --- defines.h	6 Mar 2005 00:00:25 -0000	1.46
  +++ defines.h	12 Mar 2005 18:43:54 -0000	1.47
  @@ -355,16 +355,6 @@
   #define M_PI  3.14159265358979323846
   #endif
   
  -/* Since we use Unicode, which isn't supported in GTK 1.2, define
  -   the equivalent of the used functions here. 
  -   GTK 1.2 always deal with chars, instead of multibyte characters
  -   as Unicode. */
  -#ifdef HAS_GTK12
  -typedef unsigned char gunichar;
  -#define g_utf8_get_char_validated(string, len) (*((char *)string))
  -#define g_utf8_find_next_char(string, len) ((char*)string+1)
  -#endif
  -
   
   /* inspired of GLib's g_message() (gmessages.h) - LGPL */
   #ifdef G_HAVE_ISO_VARARGS