Skip to content
Snippets Groups Projects
Commit f3378f89 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

inline apparenly means 'static inline' in MSVC++ :(

Rev: src/block_alloc.h:1.21
parent 2b3d036c
No related branches found
No related tags found
No related merge requests found
/* $Id: block_alloc.h,v 1.20 2000/04/23 02:42:01 mast Exp $ */
/* $Id: block_alloc.h,v 1.21 2000/05/16 18:32:34 hubbe Exp $ */
#undef PRE_INIT_BLOCK
#undef INIT_BLOCK
#undef EXIT_BLOCK
......@@ -203,7 +203,7 @@ struct DATA *PIKE_CONCAT(make_,DATA)(void *ptr, int hval) \
return p; \
} \
\
inline struct DATA *PIKE_CONCAT(get_,DATA)(void *ptr) \
struct DATA *PIKE_CONCAT(get_,DATA)(void *ptr) \
{ \
struct DATA *p; \
int hval=(long)ptr; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment