Remove _CONFIG_FIXUPS_H_ guards, so multiple includes of "config.h" result in the correct values
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
parent
c4a58ae0e2
commit
9ec868665d
|
@ -20,8 +20,6 @@
|
|||
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
#ifndef _CONFIG_FIXUPS_H_
|
||||
#define _CONFIG_FIXUPS_H_
|
||||
|
||||
/* This header file is supposed to be included in config.h */
|
||||
|
||||
|
@ -40,5 +38,3 @@
|
|||
# define ALIGNOF_DOUBLE 4
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif /* _CONFIG_FIXUPS_H_ */
|
||||
|
|
Loading…
Reference in New Issue