diff options
Diffstat (limited to 'gdbsupport/preprocessor.h')
-rw-r--r-- | gdbsupport/preprocessor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/preprocessor.h b/gdbsupport/preprocessor.h index 96b3b94..23177d5 100644 --- a/gdbsupport/preprocessor.h +++ b/gdbsupport/preprocessor.h @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef COMMON_PREPROCESSOR_H -#define COMMON_PREPROCESSOR_H +#ifndef GDBSUPPORT_PREPROCESSOR_H +#define GDBSUPPORT_PREPROCESSOR_H /* Generally useful preprocessor bits. */ @@ -32,4 +32,4 @@ includes commas to another macro. */ #define ESC_PARENS(...) __VA_ARGS__ -#endif /* COMMON_PREPROCESSOR_H */ +#endif /* GDBSUPPORT_PREPROCESSOR_H */ |