lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 3c9e29f56d4562bd9e0040b20f0ae286e2a1cce1
parent 72afb6debb981f0e7ae3bb0bc54cbf3c1ead88f2
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Fri,  3 Dec 1999 09:26:01 -0200

details

Diffstat:
Mlauxlib.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lauxlib.h b/lauxlib.h @@ -1,12 +1,12 @@ /* -** $Id: lauxlib.h,v 1.14 1999/11/22 13:12:07 roberto Exp roberto $ +** $Id: lauxlib.h,v 1.15 1999/11/22 17:39:51 roberto Exp roberto $ ** Auxiliary functions for building Lua libraries ** See Copyright Notice in lua.h */ -#ifndef auxlib_h -#define auxlib_h +#ifndef lauxlib_h +#define lauxlib_h #include "lua.h"