aboutsummaryrefslogtreecommitdiff
path: root/lbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lbuffer.c')
-rw-r--r--lbuffer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lbuffer.c b/lbuffer.c
index fc20ce1a..9ec37a73 100644
--- a/lbuffer.c
+++ b/lbuffer.c
@@ -1,6 +1,6 @@
1/* 1/*
2** $Id: lbuffer.c,v 1.2 1998/03/06 16:54:42 roberto Exp roberto $ 2** $Id: lbuffer.c,v 1.3 1998/06/02 20:37:04 roberto Exp roberto $
3** Auxiliar functions for building Lua libraries 3** Auxiliary functions for building Lua libraries
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
@@ -13,7 +13,7 @@
13 13
14 14
15/*------------------------------------------------------- 15/*-------------------------------------------------------
16** Auxiliar buffer 16** Auxiliary buffer
17-------------------------------------------------------*/ 17-------------------------------------------------------*/
18 18
19#define BUFF_STEP 32 19#define BUFF_STEP 32