diff options
Diffstat (limited to 'src/m/intel386.h')
-rw-r--r-- | src/m/intel386.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h index a05c38c05d9..732e89328fc 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -1,6 +1,7 @@ /* Machine description file for intel 386. - Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + +Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, + 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -29,5 +30,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define ULIMIT_BREAK_VALUE (32*1024*1024) #endif -/* arch-tag: 746338f0-cb7b-4f49-a98c-cb50817cf2ec - (do not change this comment) */ |