]> code.delx.au - gnu-emacs/blobdiff - src/vm-limit.c
xstrcasecmp: conform to C89 pointer rules
[gnu-emacs] / src / vm-limit.c
index 813ee6163c944b7261646cceff308db8d376e681..4694608602fe14b85669f286609501a985cfd21f 100644 (file)
@@ -1,6 +1,5 @@
 /* Functions for memory limit warnings.
-   Copyright (C) 1990, 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-                 2008, 2009, 2010  Free Software Foundation, Inc.
+   Copyright (C) 1990, 1992, 2001-2011  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -299,5 +298,3 @@ memory_warnings (POINTER start, void (*warnfun) (const char *))
   lim_data = 0;
 }
 
-/* arch-tag: eab04eda-1f69-447a-8d9f-95f0a3983ca5
-   (do not change this comment) */