diff options
| author | Paul Eggert | 2012-04-21 17:53:32 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-21 17:53:32 -0700 |
| commit | bbd347f5f7e99da1a559dad818b5fa8f59c0901e (patch) | |
| tree | 77c1fc54c2240b08d2859109d18cac8812a8ffb1 /src/buffer.c | |
| parent | e4ecdc9c71af4199129d5dd2db1a32ff6b725fe4 (diff) | |
| parent | 9ee7d8b93cb143b473e6dffb708e777bc6fe5bd0 (diff) | |
| download | emacs-bbd347f5f7e99da1a559dad818b5fa8f59c0901e.tar.gz emacs-bbd347f5f7e99da1a559dad818b5fa8f59c0901e.zip | |
Merge from trunk.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/buffer.c b/src/buffer.c index 8cb68317bed..d3d5bd268a2 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2005,10 +2005,6 @@ advance_to_char_boundary (ptrdiff_t byte_pos) | |||
| 2005 | return byte_pos; | 2005 | return byte_pos; |
| 2006 | } | 2006 | } |
| 2007 | 2007 | ||
| 2008 | #ifdef REL_ALLOC | ||
| 2009 | extern void r_alloc_reset_variable (POINTER_TYPE *, POINTER_TYPE *); | ||
| 2010 | #endif /* REL_ALLOC */ | ||
| 2011 | |||
| 2012 | DEFUN ("buffer-swap-text", Fbuffer_swap_text, Sbuffer_swap_text, | 2008 | DEFUN ("buffer-swap-text", Fbuffer_swap_text, Sbuffer_swap_text, |
| 2013 | 1, 1, 0, | 2009 | 1, 1, 0, |
| 2014 | doc: /* Swap the text between current buffer and BUFFER. */) | 2010 | doc: /* Swap the text between current buffer and BUFFER. */) |
| @@ -4770,13 +4766,6 @@ mmap_realloc (POINTER_TYPE **var, size_t nbytes) | |||
| 4770 | Buffer-text Allocation | 4766 | Buffer-text Allocation |
| 4771 | ***********************************************************************/ | 4767 | ***********************************************************************/ |
| 4772 | 4768 | ||
| 4773 | #ifdef REL_ALLOC | ||
| 4774 | extern POINTER_TYPE *r_alloc (POINTER_TYPE **, size_t); | ||
| 4775 | extern POINTER_TYPE *r_re_alloc (POINTER_TYPE **, size_t); | ||
| 4776 | extern void r_alloc_free (POINTER_TYPE **ptr); | ||
| 4777 | #endif /* REL_ALLOC */ | ||
| 4778 | |||
| 4779 | |||
| 4780 | /* Allocate NBYTES bytes for buffer B's text buffer. */ | 4769 | /* Allocate NBYTES bytes for buffer B's text buffer. */ |
| 4781 | 4770 | ||
| 4782 | static void | 4771 | static void |