/[cvs]/ccvs/src/rcs.c
ViewVC logotype

Diff of /ccvs/src/rcs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.262.4.38 by dprice, Fri May 27 16:25:11 2005 UTC revision 1.262.4.39 by scjones, Fri Sep 2 19:37:34 2005 UTC
# Line 4206  RCS_checkout (rcs, workfile, rev, nameta Line 4206  RCS_checkout (rcs, workfile, rev, nameta
4206    
4207      assert (rev == NULL || isdigit ((unsigned char) *rev));      assert (rev == NULL || isdigit ((unsigned char) *rev));
4208    
4209      if (noexec      if (noexec && !server_active && workfile != NULL)
 #ifdef SERVER_SUPPORT  
         && !server_active  
 #endif  
         && workfile != NULL)  
4210          return 0;          return 0;
4211    
4212      assert (sout == RUN_TTY || workfile == NULL);      assert (sout == RUN_TTY || workfile == NULL);

Legend:
Removed from v.1.262.4.38  
changed lines
  Added in v.1.262.4.39

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26