Refresh 10

This commit is contained in:
n64
2020-06-02 12:44:34 -04:00
parent e58669b4b3
commit d43d9b7f20
444 changed files with 30163 additions and 7628 deletions

View File

@@ -1,5 +1,5 @@
#ifndef _PREVENT_BSS_REORDERING_H
#define _PREVENT_BSS_REORDERING_H
#ifndef PREVENT_BSS_REORDERING_H
#define PREVENT_BSS_REORDERING_H
/**
* To determine variable order for .bss, the compiler sorts variables by their
@@ -80,4 +80,4 @@ struct Dummy61 { int x; };
struct Dummy62 { int x; };
typedef int Dummy63;
#endif
#endif // PREVENT_BSS_REORDERING_H