From: Dave Love Date: Fri, 10 Nov 2000 19:43:55 +0000 (+0000) Subject: Fix comment. X-Git-Tag: emacs-pretest-21.0.90~152 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38748acaa27659a5bacec8dd3cdc09d69be62fa4;p=emacs.git Fix comment. --- diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index e0f2f5ce9ef..7bceae94c34 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c @@ -537,9 +537,7 @@ yyerror (format, a1, a2, a3, a4, a5) /* 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)