169
169
/* declared in set_var.cc */
170
170
extern sys_var *intern_find_sys_var(const char *str, uint32_t length, bool no_error);
171
171
extern bool throw_bounds_warning(Session *session, bool fixed, bool unsignd,
174
static bool throw_bounds_warning(Session *session, bool fixed, bool unsignd,
178
return throw_bounds_warning(session, fixed, unsignd, name_str, val);
174
181
/****************************************************************************
175
182
Value type thunks, allows the C world to play in the C++ world