diff options
| author | Lua Team <team@lua.org> | 2005-09-09 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 2005-09-09 12:00:00 +0000 |
| commit | bd80c4ee9b6d9464cf9f3ff4ee41890d8b3ca9e6 (patch) | |
| tree | e1d7c1b341ccb9a3a1fb044ac6e67b5a5e0259b7 /doc/luac.html | |
| parent | bf6b5550cdfbc0c4a3a4577776ad76628d80718e (diff) | |
| download | lua-github-5.1-alpha.tar.gz | |
Lua 5.1-alpha5.1-alpha
Diffstat (limited to 'doc/luac.html')
| -rw-r--r-- | doc/luac.html | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/doc/luac.html b/doc/luac.html index 3a71622e..586b38e8 100644 --- a/doc/luac.html +++ b/doc/luac.html @@ -1,7 +1,8 @@ -<!-- luac.man,v 1.25 2002/12/13 11:45:12 lhf Exp --> +<!-- $Id: luac.man,v 1.26 2005/09/02 16:29:34 lhf Exp $ --> <HTML> <HEAD> <TITLE>LUAC man page</TITLE> +<LINK REL="stylesheet" TYPE="text/css" HREF="lua.css"> </HEAD> <BODY BGCOLOR="#FFFFFF"> @@ -44,14 +45,7 @@ option. <P> The binary files created by <B>luac</B> -are portable to all architectures with the same word size. -This means that -binary files created on a 32-bit platform (such as Intel) -can be read without change in another 32-bit platform (such as Sparc), -even if the byte order (``endianness'') is different. -On the other hand, -binary files created on a 16-bit platform cannot be read in a 32-bit platform, -nor vice-versa. +are portable only among architectures with the same word size and byte order. <P> In the command line, you can mix @@ -138,7 +132,6 @@ Error messages should be self explanatory. L. H. de Figueiredo, R. Ierusalimschy and W. Celes -(<A HREF="mailto:lua-NO-SPAM-THANKS@tecgraf.puc-rio.br">lua AT tecgraf.puc-rio.br</A>) <!-- EOF --> </BODY> </HTML> |
