Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Object-to-object dictionary #30

Merged
merged 5 commits into from
Sep 15, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove debug print
  • Loading branch information
nyuichi committed Sep 15, 2014
commit f8ec4ea2e1c7e057d63b161f0cd71fffb6982221
2 changes: 1 addition & 1 deletion lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ import(pic_state *pic, pic_value spec)
xh_begin(&it, &imports);
while (xh_next(&it)) {

#if 1
#if DEBUG
printf("* importing %s as %s\n", pic_symbol_name(pic, xh_key(it.e, pic_sym)), pic_symbol_name(pic, xh_val(it.e, pic_sym)));
#endif

Expand Down