changeset 33384:2a6bbd7e52a1

Fix comment.
author Dave Love <fx@gnu.org>
date Fri, 10 Nov 2000 19:43:55 +0000
parents c36993a54054
children 262bed8a9ecf
files lib-src/ebrowse.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
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)