mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
52e1b6cb17
* stuff * too much * Torch commit * torch again * names and such * names * even more stuff * format * enums * whoops on the gbi
29 lines
686 B
C
29 lines
686 B
C
#ifndef PREVENT_BSS_REORDERING3_H
|
|
#define PREVENT_BSS_REORDERING3_H
|
|
|
|
/**
|
|
* See the explanation at prevent_bss_reordering.h
|
|
*
|
|
* Instead of producing 64 dummy declarations, this header only produces 32
|
|
* dummy declarations
|
|
*/
|
|
|
|
struct Dummy200 { int x; };
|
|
struct Dummy201 { int x; };
|
|
struct Dummy202 { int x; };
|
|
struct Dummy203 { int x; };
|
|
struct Dummy204 { int x; };
|
|
struct Dummy205 { int x; };
|
|
struct Dummy206 { int x; };
|
|
struct Dummy207 { int x; };
|
|
struct Dummy208 { int x; };
|
|
struct Dummy209 { int x; };
|
|
struct Dummy210 { int x; };
|
|
struct Dummy211 { int x; };
|
|
struct Dummy212 { int x; };
|
|
struct Dummy213 { int x; };
|
|
struct Dummy214 { int x; };
|
|
struct Dummy215 { int x; };
|
|
|
|
#endif
|