Remove _CONFIG_FIXUPS_H_ guards, so multiple includes of "config.h" result in the...
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>
Mon, 27 Aug 2012 21:52:23 +0000 (14:52 -0700)
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>
Mon, 27 Aug 2012 21:52:23 +0000 (14:52 -0700)
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
config-fixups.h

index 0e70846..93ebf5b 100644 (file)
@@ -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_ */