gkeating 02/12/10 11:54:36
Modified: live/gcc3/expect exp_command.c
Log:
Fix bogus multiline string
Revision Changes Path
1.3 +1 -2 src/live/gcc3/expect/exp_command.c
Index: exp_command.c
===================================================================
RCS file: /cvs/Darwin/src/live/gcc3/expect/exp_command.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- exp_command.c 2001/09/14 00:45:09 1.2
+++ exp_command.c 2002/12/10 19:54:33 1.3
@@ -2381,8 +2381,7 @@
/* This doesn't work on cygwin32, because
Tcl_GetChannelHandle is likely to return a Windows
handle, and passing that to dup will fail. */
- exp_error(interp,"log_file -open and -leaveopen not supported on
- cygwin32");
+ exp_error(interp,"log_file -open and -leaveopen not supported on
cygwin32");
return TCL_ERROR;
#endif