]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment.
authorDave Love <fx@gnu.org>
Fri, 10 Nov 2000 19:43:55 +0000 (19:43 +0000)
committerDave Love <fx@gnu.org>
Fri, 10 Nov 2000 19:43:55 +0000 (19:43 +0000)
lib-src/ebrowse.c

index e0f2f5ce9ef990605ca6e13b8ef2c1d85c1c24e8..7bceae94c340548c1d2eb72874fd9c25de561e89 100644 (file)
@@ -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)