diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1995-11-16 18:46:24 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1995-11-16 18:46:24 -0200 |
| commit | f188e1000ba939dd58de2e8bdfa49db2e8db571c (patch) | |
| tree | 9b5099439f01a04e01f9dad9786183d250dc4438 /opcode.c | |
| parent | 07d64e78b69422ed165e2af796daae2b06cc8b83 (diff) | |
| download | lua-f188e1000ba939dd58de2e8bdfa49db2e8db571c.tar.gz lua-f188e1000ba939dd58de2e8bdfa49db2e8db571c.tar.bz2 lua-f188e1000ba939dd58de2e8bdfa49db2e8db571c.zip | |
useless "#include math.h"v2.2
Diffstat (limited to 'opcode.c')
| -rw-r--r-- | opcode.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -3,13 +3,12 @@ | |||
| 3 | ** TecCGraf - PUC-Rio | 3 | ** TecCGraf - PUC-Rio |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | char *rcs_opcode="$Id: opcode.c,v 3.48 1995/10/26 14:21:56 roberto Exp roberto $"; | 6 | char *rcs_opcode="$Id: opcode.c,v 3.49 1995/11/10 14:12:02 roberto Exp roberto $"; |
| 7 | 7 | ||
| 8 | #include <setjmp.h> | 8 | #include <setjmp.h> |
| 9 | #include <stdlib.h> | 9 | #include <stdlib.h> |
| 10 | #include <stdio.h> | 10 | #include <stdio.h> |
| 11 | #include <string.h> | 11 | #include <string.h> |
| 12 | #include <math.h> | ||
| 13 | 12 | ||
| 14 | #include "luadebug.h" | 13 | #include "luadebug.h" |
| 15 | #include "mem.h" | 14 | #include "mem.h" |
