>>>>> "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 is gtk-using code, use the GPOINTER_TO_SIZE and GSIZE_TO_POINTER macros where appropriate? Tom _______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
