Converted remaining C comments (#3927)

* Converted remaining documentation that references .c or .h files.
This commit is contained in:
Aleos
2019-02-09 15:08:45 -05:00
committed by GitHub
parent 35611e78e1
commit c5a5c54518
52 changed files with 94 additions and 95 deletions

View File

@@ -333,7 +333,7 @@ void mapreg_final(void)
void mapreg_init(void)
{
regs.vars = i64db_alloc(DB_OPT_BASE);
mapreg_ers = ers_new(sizeof(struct mapreg_save), "mapreg.c:mapreg_ers", ERS_OPT_CLEAN);
mapreg_ers = ers_new(sizeof(struct mapreg_save), "mapreg.cpp:mapreg_ers", ERS_OPT_CLEAN);
skip_insert = false;
regs.arrays = NULL;