~tristan957/harvest-almanac

0001fb555e8358a62766833b7259d4ee313c9487 — Tristan Partin 3 years ago a185415 master
Remove unused macros
1 files changed, 0 insertions(+), 16 deletions(-)

M src/config.h.in
M src/config.h.in => src/config.h.in +0 -16
@@ 1,21 1,5 @@
#pragma once

#ifdef __GNUC__
#	define HAL_COMPILER GCC
#elif __clang__
#	define HAL_COMPILER clang
#endif

#ifdef HAL_COMPILER
#	define HAL_DIAGNOSTIC_PUSH	   (HAL_COMPILER diagnostic push)
#	define HAL_DIAGNOSTIC_POP	   (HAL_COMPILER diagnostic pop)
#	define HAL_DIAGNOSTIC_IGNORED (HAL_COMPILER diagnostic ignored)
#else
#	define HAL_DIAGNOSTIC_PUSH
#	define HAL_DIAGNOSTIC_POP
#	define HAL_DIAGNOSTIC_IGNORED
#endif

#define APPLICATION_NAME "@application_name@"
#define PACKAGE_VERSION	 "@package_version@"
// clang-format off