/* 4coder_default_framework_variables.cpp - Declares the global variables used by the framework for the default 4coder behavior. */ // TOP static Named_Mapping *named_maps = 0; static int32_t named_map_count = 0; static char *default_extensions[] = { "cpp", "hpp", "c", "h", "cc", "cs", }; // BOTTOM