]> code.delx.au - gnu-emacs/blobdiff - src/floatfns.c
font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is invalid...
[gnu-emacs] / src / floatfns.c
index d454d6e3cf13380e1d094b5157b5e2f76bac634d..97d9ec00aaeed3f4633db282544cd33176597770 100644 (file)
@@ -1,6 +1,9 @@
 /* Primitive operations on floating point for GNU Emacs Lisp interpreter.
    Copyright (C) 1988, 1993, 1994, 1999, 2001, 2002, 2003, 2004,
-                 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+                 2005, 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+
+Author: Wolfgang Rupprecht
+(according to ack.texi)
 
 This file is part of GNU Emacs.
 
@@ -45,6 +48,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include <config.h>
 #include <signal.h>
+#include <setjmp.h>
 #include "lisp.h"
 #include "syssignal.h"