/* * This source code is released into the public domain. */ #ifndef LFJAIL_GENERATOR_HH #define LFJAIL_GENERATOR_HH #if __has_include() # include #else # include "__generator.hh" #endif #endif // !LFJAIL_GENERATOR_HH