diff options
Diffstat (limited to 'opcode.c')
| -rw-r--r-- | opcode.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -3,9 +3,10 @@ | |||
| 3 | ** TecCGraf - PUC-Rio | 3 | ** TecCGraf - PUC-Rio |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | char *rcs_opcode="$Id: opcode.c,v 3.32 1995/01/27 17:19:06 celes Exp roberto $"; | 6 | char *rcs_opcode="$Id: opcode.c,v 3.33 1995/02/02 20:05:37 roberto Exp roberto $"; |
| 7 | 7 | ||
| 8 | #include <setjmp.h> | 8 | #include <setjmp.h> |
| 9 | #include <stdlib.h> | ||
| 9 | #include <stdio.h> | 10 | #include <stdio.h> |
| 10 | #include <string.h> | 11 | #include <string.h> |
| 11 | #include <math.h> | 12 | #include <math.h> |
