Re: [cp-patches] FYI: gnu_java_awt_peer_gtk_GtkClipboard.c 64-bit fix

2005-11-25 Thread Mark Wielaard
Hi, On Sun, 2005-11-20 at 22:05 +0100, Mark Wielaard wrote: According to http://developer.gnome.org/doc/API/2.0/glib/glib-Type-Conversion-Macros.html the following seems appropriate: 2005-11-20 Mark Wielaard [EMAIL PROTECTED] *

Re: [cp-patches] FYI: gnu_java_awt_peer_gtk_GtkClipboard.c 64-bit fix

2005-11-15 Thread Christian Thalinger
On Mon, 2005-11-07 at 21:36 +0100, Christian Thalinger wrote: On Mon, 2005-11-07 at 14:15 -0700, Tom Tromey wrote: Twisti == Christian Thalinger [EMAIL PROTECTED] writes: Twisti +#if SIZEOF_VOID_P == 8 Twisti +static long current_selection = 0; Twisti +#else Twisti static int

Re: [cp-patches] FYI: gnu_java_awt_peer_gtk_GtkClipboard.c 64-bit fix

2005-11-07 Thread Tom Tromey
Twisti == Christian Thalinger [EMAIL PROTECTED] writes: Twisti +#if SIZEOF_VOID_P == 8 Twisti +static long current_selection = 0; Twisti +#else Twisti static int current_selection = 0; Twisti +#endif How about, instead of testing SIZEOF_VOID_P all over, we use a typedef? Or, given that this