summaryrefslogtreecommitdiff
path: root/luamem.h
diff options
context:
space:
mode:
Diffstat (limited to 'luamem.h')
-rw-r--r--luamem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/luamem.h b/luamem.h
index cbc973b2..e338183d 100644
--- a/luamem.h
+++ b/luamem.h
@@ -1,11 +1,11 @@
1/* 1/*
2** mem.c 2** mem.c
3** memory manager for lua 3** memory manager for lua
4** $Id: mem.h,v 1.7 1996/04/22 18:00:37 roberto Exp roberto $ 4** $Id: luamem.h,v 1.8 1996/05/24 14:31:10 roberto Exp roberto $
5*/ 5*/
6 6
7#ifndef mem_h 7#ifndef luamem_h
8#define mem_h 8#define luamem_h
9 9
10#ifndef NULL 10#ifndef NULL
11#define NULL 0 11#define NULL 0