Cleanup headers
This commit is contained in:
parent
7023e2e1fe
commit
d1bac84663
@ -990,33 +990,6 @@ extern int krk_delAttribute(KrkString * name);
|
||||
*/
|
||||
extern void krk_module_init_kuroko(void);
|
||||
|
||||
/**
|
||||
* @brief Initialize the built-in 'gc' module.
|
||||
*/
|
||||
extern void krk_module_init_gc(void);
|
||||
|
||||
/**
|
||||
* @brief Initialize the built-in 'time' module.
|
||||
*/
|
||||
extern void krk_module_init_time(void);
|
||||
|
||||
/**
|
||||
* @brief Initialize the built-in 'os' module.
|
||||
*/
|
||||
extern void krk_module_init_os(void);
|
||||
|
||||
/**
|
||||
* @brief Initialize the built-in 'fileio' module.
|
||||
*/
|
||||
extern void krk_module_init_fileio(void);
|
||||
|
||||
/**
|
||||
* @brief Initialize the built-in 'dis' module.
|
||||
*
|
||||
* Not available if KRK_DISABLE_DEBUG is set.
|
||||
*/
|
||||
extern void krk_module_init_dis(void);
|
||||
|
||||
/**
|
||||
* @brief Initialize the built-in 'threading' module.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user