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.20 by schorsch, Sun Jun 8 12:03:10 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines