emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lwlib/lwlib-utils.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lwlib/lwlib-utils.c
Date: Tue, 04 Feb 2003 09:08:25 -0500

Index: emacs/lwlib/lwlib-utils.c
diff -c emacs/lwlib/lwlib-utils.c:1.10 emacs/lwlib/lwlib-utils.c:1.11
*** emacs/lwlib/lwlib-utils.c:1.10      Sun Dec  2 00:00:27 2001
--- emacs/lwlib/lwlib-utils.c   Tue Feb  4 09:08:23 2003
***************
*** 3,15 ****
  
  This file is part of the Lucid Widget Library.
  
! The Lucid Widget Library is free software; you can redistribute it and/or 
  modify it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  
  The Lucid Widget Library is distributed in the hope that it will be useful,
! but WITHOUT ANY WARRANTY; without even the implied warranty of 
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  
--- 3,15 ----
  
  This file is part of the Lucid Widget Library.
  
! The Lucid Widget Library is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  
  The Lucid Widget Library is distributed in the hope that it will be useful,
! but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
  
***************
*** 60,66 ****
  }
  
  
! /* 
   * Apply a function to all the subwidgets of a given widget recursively.
  */
  void
--- 60,66 ----
  }
  
  
! /*
   * Apply a function to all the subwidgets of a given widget recursively.
  */
  void
***************
*** 177,183 ****
      }
    else
      XtDestroyWidget (widget);
!   
  #else
    abort ();
  #endif
--- 177,183 ----
      }
    else
      XtDestroyWidget (widget);
! 
  #else
    abort ();
  #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]