Mercurial > emacs
diff lib-src/ebrowse.c @ 33384:2a6bbd7e52a1
Fix comment.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Fri, 10 Nov 2000 19:43:55 +0000 |
| parents | ad501fc526c2 |
| children | 6894bd47e0e0 |
line wrap: on
line diff
--- a/lib-src/ebrowse.c Fri Nov 10 19:42:58 2000 +0000 +++ b/lib-src/ebrowse.c Fri Nov 10 19:43:55 2000 +0000 @@ -537,9 +537,7 @@ /* Like malloc but print an error and exit if not enough memory is - available. This isn't called `xmalloc' because src/m/alpha.h, - and maybe others, contain an incompatible prototype for xmalloc - and xrealloc. */ + available. */ void * xmalloc (nbytes)
