Whitespace changes.

This commit is contained in:
Robin Sommer 2018-05-18 23:11:30 +00:00
parent 593000be57
commit eaf5f4a9bb
6 changed files with 16 additions and 16 deletions

View file

@ -64,8 +64,8 @@ extern bool in_debug;
// If no_global is true, don't search in the default "global" namespace.
// This passed ownership of a ref'ed ID to the caller.
extern ID* lookup_ID(const char* name, const char* module,
bool no_global = false, bool same_module_only = false,
bool check_export = true);
bool no_global = false, bool same_module_only = false,
bool check_export = true);
extern ID* install_ID(const char* name, const char* module_name,
bool is_global, bool is_export);