Comparing ray/src/px/pcompos.c (file contents):
Revision 2.36 by greg, Mon Apr 16 19:40:37 2018 UTC vs.
Revision 2.38 by greg, Fri Jul 19 17:37:56 2019 UTC
7 |
|
* 6/30/87 |
8 |
|
*/ |
9 |
|
|
10 |
– |
#include <stdio.h> |
10 |
|
#include <math.h> |
12 |
– |
#include <time.h> |
13 |
– |
#include <string.h> |
11 |
|
|
12 |
|
#include "copyright.h" |
13 |
|
|
14 |
+ |
#include "rtio.h" |
15 |
|
#include "platform.h" |
16 |
|
#include "paths.h" |
17 |
|
#include "rterror.h" |
78 |
|
void *p |
79 |
|
) |
80 |
|
{ |
81 |
< |
char fmt[32]; |
81 |
> |
char fmt[MAXFMTLEN]; |
82 |
|
|
83 |
|
if (isheadid(s)) |
84 |
|
return(0); |
Diff Legend
– |
Removed lines |
+ |
Added lines |
< |
Changed lines |
> |
Changed lines |