mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 07:01:11 -08:00
Fix comment.
This commit is contained in:
parent
72b3c5e980
commit
38748acaa2
1 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue