Revert "Replace header ifdef guards with #pragma once"

This reverts commit 3a6c577a41.
This commit is contained in:
Arceveti
2021-09-26 11:34:20 -07:00
parent df165f80c9
commit 25e74c3e0a
367 changed files with 1765 additions and 651 deletions

View File

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