mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
Moving design documentation of signatures to design.mps.sig and updating tagging from code to be consistent.
This commit is contained in:
parent
8f49d8257c
commit
9fda23f4c6
45 changed files with 2431 additions and 2252 deletions
|
|
@ -23,7 +23,7 @@ typedef union AreaScanUnion {
|
|||
} AreaScanUnion;
|
||||
|
||||
typedef struct RootStruct {
|
||||
Sig sig;
|
||||
Sig sig; /* design.mps.sig.field */
|
||||
Serial serial; /* from arena->rootSerial */
|
||||
Arena arena; /* owning arena */
|
||||
RingStruct arenaRing; /* attachment to arena */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue