Mercurial > emacs
comparison src/lisp.h @ 29785:d092cbe8cae7
Add xfree missed from last change.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 20 Jun 2000 13:29:04 +0000 |
parents | 4fe4901e5113 |
children | 2fdc619acc14 |
comparison
equal
deleted
inserted
replaced
29784:e7d9947be23b | 29785:d092cbe8cae7 |
---|---|
2862 | 2862 |
2863 extern int immediate_quit; /* Nonzero means ^G can quit instantly */ | 2863 extern int immediate_quit; /* Nonzero means ^G can quit instantly */ |
2864 | 2864 |
2865 extern POINTER_TYPE *xmalloc P_ ((int)); | 2865 extern POINTER_TYPE *xmalloc P_ ((int)); |
2866 extern POINTER_TYPE *xrealloc P_ ((POINTER_TYPE *, int)); | 2866 extern POINTER_TYPE *xrealloc P_ ((POINTER_TYPE *, int)); |
2867 extern void xfree P_ ((POINTER_TYPE *)); | |
2868 | |
2867 extern char *xstrdup P_ ((char *)); | 2869 extern char *xstrdup P_ ((char *)); |
2868 | 2870 |
2869 extern char *egetenv P_ ((char *)); | 2871 extern char *egetenv P_ ((char *)); |
2870 | 2872 |
2871 /* Set up the name of the machine we're running on. */ | 2873 /* Set up the name of the machine we're running on. */ |