mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
Fix parameter names in prototype of sparsearrayinit().
Copied from Perforce Change: 186884 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
730a501494
commit
63309aa7cf
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ typedef struct SparseArrayStruct {
|
|||
|
||||
extern void SparseArrayInit(SparseArray sa,
|
||||
void *base, Size elementSize, Index length,
|
||||
BT defined, BT mapped, VM vm);
|
||||
BT mapped, BT pages, VM vm);
|
||||
extern void SparseArrayFinish(SparseArray sa);
|
||||
extern Bool SparseArrayCheck(SparseArray sa);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue