From 84729c4dfa6d16cf81aa23c249d0ffb030549e08 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 5 Aug 2012 13:24:33 -0700 Subject: Additional warnings cleanup, effective C++ violations, dead code removal --- osx/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'osx') diff --git a/osx/config.h b/osx/config.h index 14207b37..f606d92f 100644 --- a/osx/config.h +++ b/osx/config.h @@ -1,6 +1,9 @@ /* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ +#ifndef FISH_CONFIG_H +#define FISH_CONFIG_H + /* Define to 1 if you have the `backtrace' function. */ #define HAVE_BACKTRACE 1 @@ -216,3 +219,5 @@ #define __warn_unused #define __sentinel #endif + +#endif -- cgit v1.2.3