mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* src/igc.h (igc_pin, igc_unpin): Remove redundant declarations.
This commit is contained in:
parent
c5be680ec3
commit
6b6efe2128
1 changed files with 0 additions and 6 deletions
|
|
@ -182,9 +182,6 @@ void *igc_alloc_dump (size_t nbytes);
|
|||
bool igc_busy_p (void);
|
||||
Lisp_Object igc_discard_killed_buffers (Lisp_Object list);
|
||||
|
||||
ptrdiff_t igc_pin (void *obj);
|
||||
void igc_unpin (void *obj, ptrdiff_t idx);
|
||||
|
||||
# define eassert_not_mps() eassert (false)
|
||||
|
||||
# define eassert_not_mps() eassert (false)
|
||||
|
|
@ -204,9 +201,6 @@ void w32_remove_non_lisp_thread (void *);
|
|||
extern void igc_assert_not_an_mps_object (void *ptr);
|
||||
# define eassert_not_mps() eassert (false)
|
||||
|
||||
ptrdiff_t igc_pin (void *obj);
|
||||
void igc_unpin (void *obj, ptrdiff_t idx);
|
||||
|
||||
#else
|
||||
# define igc_break() (void) 0
|
||||
# define eassert_not_mps() (void) 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue