aboutsummaryrefslogtreecommitdiffstats
path: root/src/firstfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firstfile.c')
-rw-r--r--src/firstfile.c5
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
5This file is part of GNU Emacs. 4This file is part of GNU Emacs.
6 5
@@ -32,5 +31,3 @@ extern int initialized;
32static int * dummy = &initialized; 31static int * dummy = &initialized;
33#endif 32#endif
34 33
35/* arch-tag: a6c0d2dd-00c3-4ba5-95a5-9c8ab82f39b2
36 (do not change this comment) */