emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/unexelf.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/unexelf.c
Date: Sun, 25 May 2003 13:45:27 -0400

Index: emacs/src/unexelf.c
diff -c emacs/src/unexelf.c:1.52 emacs/src/unexelf.c:1.53
*** emacs/src/unexelf.c:1.52    Fri Nov 29 11:57:43 2002
--- emacs/src/unexelf.c Sun May 25 13:45:27 2003
***************
*** 1,4 ****
! /* Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992, 1999, 2000, 2001
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,4 ----
! /* Copyright (C) 1985,86,87,88,90,92,1999,2000,01,2003
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 1201,1206 ****
--- 1201,1207 ----
  
        /* Cause a compilation error if anyone uses n instead of nn below.  */
        struct {int a;} n;
+       (void)n.a;              /* Prevent `unused variable' warnings.  */
  
        switch (section.sh_type)
        {




reply via email to

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