diff options
| author | Joakim Verona | 2011-02-05 11:23:09 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-02-05 11:23:09 +0100 |
| commit | 4bd51ad5c3445b644dfb017d5b57b10a90aa325f (patch) | |
| tree | 894801e7308ce4ecc34933f959e28f4b9cff9533 /src/firstfile.c | |
| parent | 13cfe8df462ab8da9f0028e16cc84dcaceaca3d1 (diff) | |
| parent | 9bcaafce5351d270ac514e23cb69ff1a5fd35229 (diff) | |
| download | emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.tar.gz emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.zip | |
merge from upstream. currently seems to have bitroted and i get segfaults
Diffstat (limited to 'src/firstfile.c')
| -rw-r--r-- | src/firstfile.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/firstfile.c b/src/firstfile.c index 45e4fe22421..98933b26c7e 100644 --- a/src/firstfile.c +++ b/src/firstfile.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | /* Mark beginning of data space to dump as pure, for GNU Emacs. | 1 | /* Mark beginning of data space to dump as pure, for GNU Emacs. |
| 2 | Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, | 2 | Copyright (C) 1997, 2001-2011 Free Software Foundation, Inc. |
| 3 | 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 6 | 5 | ||
| @@ -32,5 +31,3 @@ extern int initialized; | |||
| 32 | static int * dummy = &initialized; | 31 | static int * dummy = &initialized; |
| 33 | #endif | 32 | #endif |
| 34 | 33 | ||
| 35 | /* arch-tag: a6c0d2dd-00c3-4ba5-95a5-9c8ab82f39b2 | ||
| 36 | (do not change this comment) */ | ||