/[emacs]/emacs/src/unexelf.c
ViewVC logotype

Diff of /emacs/src/unexelf.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.52 by fx, Fri Nov 29 16:57:43 2002 UTC revision 1.53 by monnier, Sun May 25 17:45:27 2003 UTC
# Line 1  Line 1 
1  /* Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992, 1999, 2000, 2001  /* Copyright (C) 1985,86,87,88,90,92,1999,2000,01,2003
2     Free Software Foundation, Inc.     Free Software Foundation, Inc.
3    
4  This file is part of GNU Emacs.  This file is part of GNU Emacs.
# Line 1201  unexec (new_name, old_name, data_start, Line 1201  unexec (new_name, old_name, data_start,
1201    
1202        /* Cause a compilation error if anyone uses n instead of nn below.  */        /* Cause a compilation error if anyone uses n instead of nn below.  */
1203        struct {int a;} n;        struct {int a;} n;
1204          (void)n.a;                /* Prevent `unused variable' warnings.  */
1205    
1206        switch (section.sh_type)        switch (section.sh_type)
1207          {          {

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26