atom: typedef the Atom struct

laumann
Oct 31, 2022, 12:10 PM
6LCRAOHCGNOEBQZHX3PVIHFT2L4PKXEYACPEXUHYZF2LLB4H322QC

Dependencies

  • [2] 2U7P5SFQ Change struct names "struct foo -> typedef struct Foo"
  • [3] JAGXXSR7 change: initial work on decoding hunks

Change contents

  • replacement in atom.h at line 42
    [3.5534][3.5534:5548]()
    struct atom {
    [3.5534]
    [2.4445]
    typedef struct {
  • replacement in atom.h at line 47
    [2.4508][3.5616:5628](),[3.5616][3.5616:5628]()
    } atom;
    };
    [2.4508]
    [3.5628]
    };
    } Atom;