Comparing ray/src/cal/ev.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:20 2003 UTC vs.
Revision 1.5 by greg, Tue Oct 14 16:46:20 2003 UTC
| 7 |
|
* 1/29/87 |
| 8 |
|
*/ |
| 9 |
|
|
| 10 |
+ |
#include <stdlib.h> |
| 11 |
|
#include <stdio.h> |
| 12 |
+ |
#include <errno.h> |
| 13 |
|
|
| 14 |
|
#include "calcomp.h" |
| 15 |
+ |
#include "rterror.h" |
| 16 |
|
|
| 17 |
|
|
| 18 |
|
main(argc, argv) |
| 19 |
|
int argc; |
| 20 |
|
char *argv[]; |
| 21 |
|
{ |
| 19 |
– |
extern int errno; |
| 22 |
|
int i; |
| 23 |
|
|
| 24 |
|
esupport |= E_FUNCTION; |
Diff Legend
| – |
Removed lines |
| + |
Added lines |
| < |
Changed lines (old) |
| > |
Changed lines (new) |