Skip to content

Commit

Permalink
Parrot_runcore_hbdb_init() will now use PARROT_HBDB_CORE
Browse files Browse the repository at this point in the history
  • Loading branch information
soh-cah-toa committed May 25, 2011
1 parent e4e6450 commit 8132242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runcore/cores.c
Expand Up @@ -507,7 +507,7 @@ Parrot_runcore_hbdb_init(PARROT_INTERP)

Parrot_runcore_t * const coredata = mem_gc_allocate_zeroed_typed(interp, Parrot_runcore_t);
coredata->name = CONST_STRING(interp, "hbdb");
coredata->id = PARROT_PDB_CORE;
coredata->id = PARROT_HBDB_CORE;
coredata->opinit = PARROT_CORE_OPLIB_INIT;
coredata->runops = runops_hbdb_core;
coredata->destroy = NULL;
Expand Down

0 comments on commit 8132242

Please sign in to comment.