diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-03-15 15:21:58 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-03-15 15:21:58 -0300 |
commit | 8826eb7918768ab1543777ff0ff283bc1531277e (patch) | |
tree | b88d62df747881847d0ecc3d7ee4290949d7c910 | |
parent | e701a86385d652d19b1fd461ae4a84d1db2accba (diff) | |
download | lua-8826eb7918768ab1543777ff0ff283bc1531277e.tar.gz lua-8826eb7918768ab1543777ff0ff283bc1531277e.tar.bz2 lua-8826eb7918768ab1543777ff0ff283bc1531277e.zip |
small correction
-rw-r--r-- | inout.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: inout.h,v 1.13 1996/02/07 14:13:47 roberto Exp roberto $ | 2 | ** $Id: inout.h,v 1.14 1996/03/15 13:13:13 roberto Exp roberto $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | 5 | ||
@@ -7,7 +7,7 @@ | |||
7 | #define inout_h | 7 | #define inout_h |
8 | 8 | ||
9 | #include "types.h" | 9 | #include "types.h" |
10 | #include "stdio.h" | 10 | #include <stdio.h> |
11 | 11 | ||
12 | 12 | ||
13 | extern Word lua_linenumber; | 13 | extern Word lua_linenumber; |