diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-12-04 15:38:31 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-12-04 15:38:31 -0200 |
commit | 27c6b4d42212eb0da07d9326470220818bb7b75f (patch) | |
tree | 8c2617a6a5bb0cfd8bbc75b8aba6e6308a9c8911 /lopcodes.c | |
parent | 0bb8eb51517ef63c65fb986d711c3163ad0be38f (diff) | |
download | lua-27c6b4d42212eb0da07d9326470220818bb7b75f.tar.gz lua-27c6b4d42212eb0da07d9326470220818bb7b75f.tar.bz2 lua-27c6b4d42212eb0da07d9326470220818bb7b75f.zip |
each .c file defines its own name
Diffstat (limited to 'lopcodes.c')
-rw-r--r-- | lopcodes.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,11 +1,13 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lopcodes.c,v 1.20 2002/06/12 14:51:31 roberto Exp roberto $ | 2 | ** $Id: lopcodes.c,v 1.21 2002/08/20 20:03:05 roberto Exp roberto $ |
3 | ** extracted automatically from lopcodes.h by mkprint.lua | 3 | ** extracted automatically from lopcodes.h by mkprint.lua |
4 | ** DO NOT EDIT | 4 | ** DO NOT EDIT |
5 | ** See Copyright Notice in lua.h | 5 | ** See Copyright Notice in lua.h |
6 | */ | 6 | */ |
7 | 7 | ||
8 | 8 | ||
9 | #define lopcodes_c | ||
10 | |||
9 | #include "lua.h" | 11 | #include "lua.h" |
10 | 12 | ||
11 | #include "lobject.h" | 13 | #include "lobject.h" |