Skip to content
Snippets Groups Projects
Commit 65666b47 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug.

Rev: src/gc.h:1.61
parent 44e29482
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: gc.h,v 1.60 2000/08/10 08:33:45 grubba Exp $ * $Id: gc.h,v 1.61 2000/08/11 15:41:34 grubba Exp $
*/ */
#ifndef GC_H #ifndef GC_H
#define GC_H #define GC_H
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
extern struct pike_queue gc_mark_queue; extern struct pike_queue gc_mark_queue;
extern INT32 num_objects; extern INT32 num_objects;
extern INT32 num_allocs; extern INT32 num_allocs;
extern INT32 alloc_threshold; extern ptrdiff_t alloc_threshold;
extern int Pike_in_gc; extern int Pike_in_gc;
extern int gc_debug; extern int gc_debug;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment