You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
423 B

##BANNER##
#include "options.h"
#include "base_types.h"
#include "logger.h"
#include <cstdlib>
#ifdef HAVE_STRINGS_H
#include <strings.h> // strcasecmp()
#endif
#if defined(_MSC_VER)
#pragma warning(disable: 4809)
#elif __GNUC__ > 4 || __clang_major__ > 3 || __clang_minor__ > 4
#pragma GCC diagnostic ignored "-Wswitch-bool"
#endif
namespace uncrustify
{
##VALUE_STRINGS##
##CONVERSIONS##
} // namespace uncrustify