Index: rep-gtk-0.13a/Makefile.in
diff -c rep-gtk-0.13a/Makefile.in:1.1 rep-gtk-0.13a/Makefile.in:1.2
*** rep-gtk-0.13a/Makefile.in:1.1	Fri Sep 15 13:37:43 2000
--- rep-gtk-0.13a/Makefile.in	Fri Sep 15 13:48:11 2000
***************
*** 100,106 ****
  	rep compiler -f compile-batch $<
  
  libglade-gnome-support.lo : libglade-support.c
! 	$(rep_LIBTOOL) $(CC) -c $(CPPFLAGS) $(CFLAGS) @GNOME_LIBGLADE_CFLAGS@ \
  	 -DGLADE_INIT_FUNC=glade_gnome_init $< -o $@
  
  install : all installdirs
--- 100,106 ----
  	rep compiler -f compile-batch $<
  
  libglade-gnome-support.lo : libglade-support.c
! 	$(rep_LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) @GNOME_LIBGLADE_CFLAGS@ \
  	 -DGLADE_INIT_FUNC=glade_gnome_init $< -o $@
  
  install : all installdirs
Index: rep-gtk-0.13a/rep-gtk.c
diff -c rep-gtk-0.13a/rep-gtk.c:1.1 rep-gtk-0.13a/rep-gtk.c:1.2
*** rep-gtk-0.13a/rep-gtk.c:1.1	Fri Sep 15 13:37:43 2000
--- rep-gtk-0.13a/rep-gtk.c	Fri Sep 15 13:39:32 2000
***************
*** 876,882 ****
  
  static long tc16_boxed;
  
! #define BOXED_P(x)     (rep_CELL16_TYPEP(x, tc16_boxed))
  #define BOXED_PROXY(x) ((sgtk_boxed_proxy *)rep_PTR(x))
  #define BOXED_SEQNO(x) (BOXED_PROXY(x)->seqno)
  #define BOXED_PTR(x)   (BOXED_PROXY(x)->ptr)
--- 876,882 ----
  
  static long tc16_boxed;
  
! #define BOXED_P(x)     (rep_CELL16_TYPEP(x, tc16_boxed))
  #define BOXED_PROXY(x) ((sgtk_boxed_proxy *)rep_PTR(x))
  #define BOXED_SEQNO(x) (BOXED_PROXY(x)->seqno)
  #define BOXED_PTR(x)   (BOXED_PROXY(x)->ptr)
   * it under the terms of the GNU General Public License as published by
