mirror of
https://github.com/HarbourMasters/2ship2harkinian.git
synced 2024-11-27 08:10:31 +00:00
45 lines
1.1 KiB
C
45 lines
1.1 KiB
C
#ifndef PREVENT_BSS_REORDERING2_H
|
|
#define PREVENT_BSS_REORDERING2_H
|
|
|
|
/**
|
|
* See the explanation at prevent_bss_reordering.h
|
|
*
|
|
* Instead of producing 64 dummy declarations, this header only produces 32
|
|
* dummy declarations
|
|
*/
|
|
|
|
struct Dummy100 { int x; };
|
|
struct Dummy101 { int x; };
|
|
struct Dummy102 { int x; };
|
|
struct Dummy103 { int x; };
|
|
struct Dummy104 { int x; };
|
|
struct Dummy105 { int x; };
|
|
struct Dummy106 { int x; };
|
|
struct Dummy107 { int x; };
|
|
struct Dummy108 { int x; };
|
|
struct Dummy109 { int x; };
|
|
struct Dummy110 { int x; };
|
|
struct Dummy111 { int x; };
|
|
struct Dummy112 { int x; };
|
|
struct Dummy113 { int x; };
|
|
struct Dummy114 { int x; };
|
|
struct Dummy115 { int x; };
|
|
struct Dummy116 { int x; };
|
|
struct Dummy117 { int x; };
|
|
struct Dummy118 { int x; };
|
|
struct Dummy119 { int x; };
|
|
struct Dummy120 { int x; };
|
|
struct Dummy121 { int x; };
|
|
struct Dummy122 { int x; };
|
|
struct Dummy123 { int x; };
|
|
struct Dummy124 { int x; };
|
|
struct Dummy125 { int x; };
|
|
struct Dummy126 { int x; };
|
|
struct Dummy127 { int x; };
|
|
struct Dummy128 { int x; };
|
|
struct Dummy129 { int x; };
|
|
struct Dummy130 { int x; };
|
|
struct Dummy131 { int x; };
|
|
|
|
#endif
|