aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/util/pluto
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/util/pluto')
-rw-r--r--engines/sword25/util/pluto/pdep/lauxlib.h2
-rw-r--r--engines/sword25/util/pluto/pdep/ldo.h2
-rw-r--r--engines/sword25/util/pluto/pdep/lfunc.h2
-rw-r--r--engines/sword25/util/pluto/pdep/lgc.h2
-rw-r--r--engines/sword25/util/pluto/pdep/llimits.h2
-rw-r--r--engines/sword25/util/pluto/pdep/lobject.h2
-rw-r--r--engines/sword25/util/pluto/pdep/lopcodes.h2
-rw-r--r--engines/sword25/util/pluto/pdep/lstate.h2
-rw-r--r--engines/sword25/util/pluto/pdep/lstring.h2
-rw-r--r--engines/sword25/util/pluto/pdep/ltm.h2
-rw-r--r--engines/sword25/util/pluto/pdep/lua.h2
-rw-r--r--engines/sword25/util/pluto/pdep/lzio.h2
-rw-r--r--engines/sword25/util/pluto/plzio.c2
13 files changed, 13 insertions, 13 deletions
diff --git a/engines/sword25/util/pluto/pdep/lauxlib.h b/engines/sword25/util/pluto/pdep/lauxlib.h
index 34258235db..d58f290527 100644
--- a/engines/sword25/util/pluto/pdep/lauxlib.h
+++ b/engines/sword25/util/pluto/pdep/lauxlib.h
@@ -1,5 +1,5 @@
/*
-** $Id: lauxlib.h,v 1.88.1.1 2007/12/27 13:02:25 roberto Exp $
+** $Id$
** Auxiliary functions for building Lua libraries
** See Copyright Notice in lua.h
*/
diff --git a/engines/sword25/util/pluto/pdep/ldo.h b/engines/sword25/util/pluto/pdep/ldo.h
index 98fddac59f..4c97134805 100644
--- a/engines/sword25/util/pluto/pdep/ldo.h
+++ b/engines/sword25/util/pluto/pdep/ldo.h
@@ -1,5 +1,5 @@
/*
-** $Id: ldo.h,v 2.7.1.1 2007/12/27 13:02:25 roberto Exp $
+** $Id$
** Stack and Call structure of Lua
** See Copyright Notice in lua.h
*/
diff --git a/engines/sword25/util/pluto/pdep/lfunc.h b/engines/sword25/util/pluto/pdep/lfunc.h
index a68cf5151c..4c2b7fd138 100644
--- a/engines/sword25/util/pluto/pdep/lfunc.h
+++ b/engines/sword25/util/pluto/pdep/lfunc.h
@@ -1,5 +1,5 @@
/*
-** $Id: lfunc.h,v 2.4.1.1 2007/12/27 13:02:25 roberto Exp $
+** $Id$
** Auxiliary functions to manipulate prototypes and closures
** See Copyright Notice in lua.h
*/
diff --git a/engines/sword25/util/pluto/pdep/lgc.h b/engines/sword25/util/pluto/pdep/lgc.h
index 5a8dc605b3..5123ccb479 100644
--- a/engines/sword25/util/pluto/pdep/lgc.h
+++ b/engines/sword25/util/pluto/pdep/lgc.h
@@ -1,5 +1,5 @@
/*
-** $Id: lgc.h,v 2.15.1.1 2007/12/27 13:02:25 roberto Exp $
+** $Id$
** Garbage Collector
** See Copyright Notice in lua.h
*/
diff --git a/engines/sword25/util/pluto/pdep/llimits.h b/engines/sword25/util/pluto/pdep/llimits.h
index ca8dcb7224..a31ad160ad 100644
--- a/engines/sword25/util/pluto/pdep/llimits.h
+++ b/engines/sword25/util/pluto/pdep/llimits.h
@@ -1,5 +1,5 @@
/*
-** $Id: llimits.h,v 1.69.1.1 2007/12/27 13:02:25 roberto Exp $
+** $Id$
** Limits, basic types, and some other `installation-dependent' definitions
** See Copyright Notice in lua.h
*/
diff --git a/engines/sword25/util/pluto/pdep/lobject.h b/engines/sword25/util/pluto/pdep/lobject.h
index e7199dfc68..35aaed028a 100644
--- a/engines/sword25/util/pluto/pdep/lobject.h
+++ b/engines/sword25/util/pluto/pdep/lobject.h
@@ -1,5 +1,5 @@
/*
-** $Id: lobject.h,v 2.20.1.1 2007/12/27 13:02:25 roberto Exp $
+** $Id$
** Type definitions for Lua objects
** See Copyright Notice in lua.h
*/
diff --git a/engines/sword25/util/pluto/pdep/lopcodes.h b/engines/sword25/util/pluto/pdep/lopcodes.h
index 41224d6ee1..e1aed0f637 100644
--- a/engines/sword25/util/pluto/pdep/lopcodes.h
+++ b/engines/sword25/util/pluto/pdep/lopcodes.h
@@ -1,5 +1,5 @@
/*
-** $Id: lopcodes.h,v 1.125.1.1 2007/12/27 13:02:25 roberto Exp $
+** $Id$
** Opcodes for Lua virtual machine
** See Copyright Notice in lua.h
*/
diff --git a/engines/sword25/util/pluto/pdep/lstate.h b/engines/sword25/util/pluto/pdep/lstate.h
index 3bc575b6bc..94a6249461 100644
--- a/engines/sword25/util/pluto/pdep/lstate.h
+++ b/engines/sword25/util/pluto/pdep/lstate.h
@@ -1,5 +1,5 @@
/*
-** $Id: lstate.h,v 2.24.1.2 2008/01/03 15:20:39 roberto Exp $
+** $Id$
** Global State
** See Copyright Notice in lua.h
*/
diff --git a/engines/sword25/util/pluto/pdep/lstring.h b/engines/sword25/util/pluto/pdep/lstring.h
index 73a2ff8b38..c88e4c12a9 100644
--- a/engines/sword25/util/pluto/pdep/lstring.h
+++ b/engines/sword25/util/pluto/pdep/lstring.h
@@ -1,5 +1,5 @@
/*
-** $Id: lstring.h,v 1.43.1.1 2007/12/27 13:02:25 roberto Exp $
+** $Id$
** String table (keep all strings handled by Lua)
** See Copyright Notice in lua.h
*/
diff --git a/engines/sword25/util/pluto/pdep/ltm.h b/engines/sword25/util/pluto/pdep/ltm.h
index 64343b781b..1b89683ef3 100644
--- a/engines/sword25/util/pluto/pdep/ltm.h
+++ b/engines/sword25/util/pluto/pdep/ltm.h
@@ -1,5 +1,5 @@
/*
-** $Id: ltm.h,v 2.6.1.1 2007/12/27 13:02:25 roberto Exp $
+** $Id$
** Tag methods
** See Copyright Notice in lua.h
*/
diff --git a/engines/sword25/util/pluto/pdep/lua.h b/engines/sword25/util/pluto/pdep/lua.h
index 0f3f28fce5..68dd887f0f 100644
--- a/engines/sword25/util/pluto/pdep/lua.h
+++ b/engines/sword25/util/pluto/pdep/lua.h
@@ -1,5 +1,5 @@
/*
-** $Id: lua.h,v 1.218.1.4 2008/01/03 15:41:15 roberto Exp $
+** $Id$
** Lua - An Extensible Extension Language
** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
** See Copyright Notice at the end of this file
diff --git a/engines/sword25/util/pluto/pdep/lzio.h b/engines/sword25/util/pluto/pdep/lzio.h
index 4e654a52c9..2f167d7d58 100644
--- a/engines/sword25/util/pluto/pdep/lzio.h
+++ b/engines/sword25/util/pluto/pdep/lzio.h
@@ -1,5 +1,5 @@
/*
-** $Id: lzio.h,v 1.21.1.1 2007/12/27 13:02:25 roberto Exp $
+** $Id$
** Buffered streams
** See Copyright Notice in lua.h
*/
diff --git a/engines/sword25/util/pluto/plzio.c b/engines/sword25/util/pluto/plzio.c
index 7c5ab3b773..0efc3dfcf2 100644
--- a/engines/sword25/util/pluto/plzio.c
+++ b/engines/sword25/util/pluto/plzio.c
@@ -1,5 +1,5 @@
/*
-** $Id: lzio.c,v 1.31.1.1 2007/12/27 13:02:25 roberto Exp $
+** $Id$
** a generic input stream interface
** See Copyright Notice in lua.h
*/