ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/editline.c
(Generate patch)

Comparing ray/src/rt/editline.c (file contents):
Revision 1.3 by greg, Mon Jan 8 13:53:55 1990 UTC vs.
Revision 1.4 by greg, Fri Feb 9 09:14:47 1990 UTC

# Line 87 | Line 87 | struct driver  *d;
87                  if (!*cp)
88                          return(0);
89          *cp++ = '\0';
90 + #ifdef DEBUG
91          (*d->comout)(mybuf);                    /* echo my command */
92          (*d->comout)("\n");
93 + #endif
94                                                  /* send it as reply */
95          strcpy(b, mybuf);
96          d->inpready--;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines