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

Comparing ray/src/px/psign.c (file contents):
Revision 2.18 by greg, Sat Feb 22 02:07:27 2003 UTC vs.
Revision 2.19 by schorsch, Thu Jun 5 19:29:34 2003 UTC

# Line 8 | Line 8 | static const char      RCSid[] = "$Id$";
8   */
9  
10   #include  "standard.h"
11
11   #include  "color.h"
13
12   #include  "font.h"
13  
14   #ifndef  SSS
# Line 59 | Line 57 | int  argc;
57   char  *argv[];
58   {
59          int  an;
60 < #ifdef MSDOS
63 <        setmode(fileno(stdout), O_BINARY);
64 < #endif
60 >        SET_FILE_BINARY(stdout);
61          for (an = 1; an < argc && argv[an][0] == '-'; an++)
62                  switch (argv[an][1]) {
63                  case 'c':                       /* color */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines