From a3729374247ec88a8f7e2b78601889cbaef80cee Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 26 Apr 2015 13:37:01 +0200 Subject: [PATCH] fixed some small issues --- Makefile | 2 +- src/json.hpp | 4 ++-- src/json.hpp.re2c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index b0a054904..69c3d67c9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # used programs RE2C = re2c -SED = gsed +SED = sed # additional flags FLAGS = -Wall -Wextra -pedantic -Weffc++ -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wold-style-cast -Woverloaded-virtual -Wredundant-decls -Wshadow -Wsign-conversion -Wsign-promo -Wstrict-overflow=5 -Wswitch -Wundef -Wno-unused -Wnon-virtual-dtor -Wreorder -Wdeprecated -Wfloat-equal diff --git a/src/json.hpp b/src/json.hpp index 663fb3085..e91ed3716 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -7,8 +7,8 @@ @see https://github.com/nlohmann/json */ -#ifndef _NLOHMANN_JSON -#define _NLOHMANN_JSON +#ifndef NLOHMANN_JSON_HPP +#define NLOHMANN_JSON_HPP #include #include diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index b1de19339..bd4ab7a5f 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -7,8 +7,8 @@ @see https://github.com/nlohmann/json */ -#ifndef _NLOHMANN_JSON -#define _NLOHMANN_JSON +#ifndef NLOHMANN_JSON_HPP +#define NLOHMANN_JSON_HPP #include #include