1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00
Copied from Perforce
 Change: 184735
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2014-03-07 15:39:36 +00:00
parent 2b9719e4bd
commit 2ce13f82dc
5 changed files with 96 additions and 115 deletions

View file

@ -22,7 +22,7 @@
typedef struct CBSBlockStruct *CBSBlock;
typedef struct CBSBlockStruct {
TreeStruct node;
TreeStruct treeStruct;
Addr base;
Addr limit;
Size maxSize; /* accurate maximum block size of sub-tree */