Skip to content
Snippets Groups Projects
Commit 093bf73e authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Fixed a type.

Rev: src/gc.h:1.136
parent 4195ac24
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
|| This file is part of Pike. For copyright information see COPYRIGHT.
|| Pike is distributed under GPL, LGPL and MPL. See the file COPYING
|| for more information.
|| $Id: gc.h,v 1.135 2008/07/24 17:51:23 mast Exp $
|| $Id: gc.h,v 1.136 2008/07/24 20:02:53 mast Exp $
*/
#ifndef GC_H
......@@ -67,8 +67,7 @@ extern double gc_average_slowness;
#define PRINT_ALLOC_COUNT_TYPE "%lu"
#endif
extern INT32 num_objects;
extern int got_unlinked_things;
extern int num_objects, got_unlinked_things;
extern ALLOC_COUNT_TYPE num_allocs, alloc_threshold;
PMOD_EXPORT extern int Pike_in_gc;
extern int gc_generation;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment