Skip to content

Commit

Permalink
Fix my last commit to match our libgc's declaration style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rønne Petersen committed Apr 18, 2014
1 parent fb7c7e3 commit 5e2f1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgc/include/private/gc_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ GC_bool GC_is_tmp_root GC_PROTO((ptr_t p));
void GC_register_dynamic_libraries GC_PROTO((void));
/* Add dynamic library data sections to the root set. */

GC_INNER void GC_cond_register_dynamic_libraries(void);
void GC_cond_register_dynamic_libraries GC_PROTO((void));
/* Remove and reregister dynamic libraries if we're */
/* configured to do that at each GC. */

Expand Down

0 comments on commit 5e2f1f3

Please sign in to comment.