aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lauxlib.h')
-rw-r--r--lauxlib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lauxlib.h b/lauxlib.h
index b996a6f1..c47d488a 100644
--- a/lauxlib.h
+++ b/lauxlib.h
@@ -1,12 +1,12 @@
1/* 1/*
2** $Id: lauxlib.h,v 1.14 1999/11/22 13:12:07 roberto Exp roberto $ 2** $Id: lauxlib.h,v 1.15 1999/11/22 17:39:51 roberto Exp roberto $
3** Auxiliary 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
7 7
8#ifndef auxlib_h 8#ifndef lauxlib_h
9#define auxlib_h 9#define lauxlib_h
10 10
11 11
12#include "lua.h" 12#include "lua.h"