# HG changeset patch # User Dave Love # Date 973885435 0 # Node ID 2a6bbd7e52a1fe1f169e8e9f6fa83cb19d2e7e25 # Parent c36993a54054d6ed65cc1147bf987defe8137809 Fix comment. diff -r c36993a54054 -r 2a6bbd7e52a1 lib-src/ebrowse.c --- 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)