|
From: Matthew F. <fl...@ml...> - 2006-12-14 12:39:55
|
Rename variable in function prototype to match function definition ---------------------------------------------------------------------- U mlton/branches/on-20050822-x86_64-branch/runtime/gc/object-size.h ---------------------------------------------------------------------- Modified: mlton/branches/on-20050822-x86_64-branch/runtime/gc/object-size.h =================================================================== --- mlton/branches/on-20050822-x86_64-branch/runtime/gc/object-size.h 2006-12-14 18:46:07 UTC (rev 4975) +++ mlton/branches/on-20050822-x86_64-branch/runtime/gc/object-size.h 2006-12-14 20:39:54 UTC (rev 4976) @@ -9,7 +9,7 @@ #if (defined (MLTON_GC_INTERNAL_FUNCS)) static inline size_t sizeofArrayNoHeader (GC_state s, GC_arrayLength numElements, - uint16_t numNonObjptrs, uint16_t numObjptrs); + uint16_t bytesNonObjptrs, uint16_t numObjptrs); static inline size_t sizeofStackNoHeader (GC_state s, GC_stack stack); static inline size_t sizeofObject (GC_state s, pointer p); |