Skip to content

Commit

Permalink
msvc doesn'T like inline
Browse files Browse the repository at this point in the history
  • Loading branch information
cruppstahl committed Jun 22, 2011
1 parent 8710dd4 commit cb236d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/page.h
Expand Up @@ -488,15 +488,15 @@ page_is_in_list(ham_page_t *head, ham_page_t *page, int which);
*
* @remark returns the new head of the list
*/
extern inline ham_page_t *
extern ham_page_t *
page_list_insert(ham_page_t *head, int which, ham_page_t *page);

/**
* linked list functions: remove the page from a list
*
* @remark returns the new head of the list
*/
extern inline ham_page_t *
extern ham_page_t *
page_list_remove(ham_page_t *head, int which, ham_page_t *page);

/**
Expand Down

0 comments on commit cb236d4

Please sign in to comment.