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/floatfns.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/floatfns.c')
| -rw-r--r-- | src/floatfns.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/floatfns.c b/src/floatfns.c index 29e5c119a1f..c00923643d1 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Primitive operations on floating point for GNU Emacs Lisp interpreter. | 1 | /* Primitive operations on floating point for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1988, 1993, 1994, 1999, 2001, 2002, 2003, 2004, | 2 | |
| 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | Copyright (C) 1988, 1993-1994, 1999, 2001-2011 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | Author: Wolfgang Rupprecht | 6 | Author: Wolfgang Rupprecht |
| 6 | (according to ack.texi) | 7 | (according to ack.texi) |
| @@ -1074,5 +1075,3 @@ syms_of_floatfns (void) | |||
| 1074 | defsubr (&Struncate); | 1075 | defsubr (&Struncate); |
| 1075 | } | 1076 | } |
| 1076 | 1077 | ||
| 1077 | /* arch-tag: be05bf9d-049e-4e31-91b9-e6153d483ae7 | ||
| 1078 | (do not change this comment) */ | ||