mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-26 22:30:58 +00:00
d107b6c2a9
* z64vimode.h * z64viscvg.h * z64vis*.h * VisCvg * sys_cfb.h * a bit of naming * review * Renames * bss * fix * bss * bss * bss * messed up the merge * bss is borken * reordering 2 * remove prevent header from fault.c
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
|