1
Fork 0
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:
Richard Brooksby 2023-03-09 09:40:03 +00:00
parent 8f49d8257c
commit 9fda23f4c6
45 changed files with 2431 additions and 2252 deletions

View file

@ -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 */