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 /lib-src/profile.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 'lib-src/profile.c')
| -rw-r--r-- | lib-src/profile.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib-src/profile.c b/lib-src/profile.c index 37653e63c49..9ce9993f4b1 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | /* profile.c --- generate periodic events for profiling of Emacs Lisp code. | 1 | /* profile.c --- generate periodic events for profiling of Emacs Lisp code. |
| 2 | Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | Copyright (C) 1992, 1994, 1999, 2001-2011 Free Software Foundation, Inc. |
| 3 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> | 4 | Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> |
| 6 | 5 | ||
| @@ -102,7 +101,5 @@ main (void) | |||
| 102 | exit (EXIT_FAILURE); | 101 | exit (EXIT_FAILURE); |
| 103 | } | 102 | } |
| 104 | 103 | ||
| 105 | /* arch-tag: 8db68f7e-2322-4944-a315-dba349bdbf39 | ||
| 106 | (do not change this comment) */ | ||
| 107 | 104 | ||
| 108 | /* profile.c ends here */ | 105 | /* profile.c ends here */ |