diff options
| author | Dave Love | 2000-11-10 19:43:55 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-10 19:43:55 +0000 |
| commit | 38748acaa27659a5bacec8dd3cdc09d69be62fa4 (patch) | |
| tree | 96dab22918cb348119e524d235597e9c5966a057 /lib-src/ebrowse.c | |
| parent | 72b3c5e9808a508a7f85b4149ecd2ae92978f92e (diff) | |
| download | emacs-38748acaa27659a5bacec8dd3cdc09d69be62fa4.tar.gz emacs-38748acaa27659a5bacec8dd3cdc09d69be62fa4.zip | |
Fix comment.
Diffstat (limited to 'lib-src/ebrowse.c')
| -rw-r--r-- | lib-src/ebrowse.c | 4 |
1 files changed, 1 insertions, 3 deletions
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) | |||
| 537 | 537 | ||
| 538 | 538 | ||
| 539 | /* Like malloc but print an error and exit if not enough memory is | 539 | /* Like malloc but print an error and exit if not enough memory is |
| 540 | available. This isn't called `xmalloc' because src/m/alpha.h, | 540 | available. */ |
| 541 | and maybe others, contain an incompatible prototype for xmalloc | ||
| 542 | and xrealloc. */ | ||
| 543 | 541 | ||
| 544 | void * | 542 | void * |
| 545 | xmalloc (nbytes) | 543 | xmalloc (nbytes) |