aboutsummaryrefslogtreecommitdiff
path: root/lgc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.h')
-rw-r--r--lgc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lgc.h b/lgc.h
index fdf75d05..ea669aa2 100644
--- a/lgc.h
+++ b/lgc.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: $ 2** $Id: lgc.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $
3** Garbage Collector 3** Garbage Collector
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -11,7 +11,7 @@
11#include "lobject.h" 11#include "lobject.h"
12 12
13 13
14extern long luaC_threshold; 14extern unsigned long luaC_threshold;
15 15
16void luaC_checkGC (void); 16void luaC_checkGC (void);
17TObject* luaC_getref (int ref); 17TObject* luaC_getref (int ref);