(pause_doc): Sun CC complains about newline in string literal
This commit is contained in:
parent
b4db1944c4
commit
1ee36ffca0
|
@ -199,8 +199,8 @@ signal_pause(self, args)
|
|||
return Py_None;
|
||||
}
|
||||
static char pause_doc[] =
|
||||
"pause()
|
||||
|
||||
"pause()\n\
|
||||
\n\
|
||||
Wait until a signal arrives.";
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue