mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-23 07:12:12 -07:00
Fix typo.
Copied from Perforce Change: 194726
This commit is contained in:
parent
3e5e24d414
commit
1dd87de76c
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
#include "mpm.h"
|
||||
|
||||
#if !defined(MPS_OS_W3)
|
||||
#error "spw3i3.c is specific to MPS_OS_W3"
|
||||
#error "spw3i6.c is specific to MPS_OS_W3"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h> /* _alloca */
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
void StackProbe(Size depth)
|
||||
{
|
||||
(void)_alloca(depth*sizeof(Word));
|
||||
(void)_alloca(depth * sizeof(Word));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue