Kaydet (Commit) 1ee36ffc authored tarafından Barry Warsaw's avatar Barry Warsaw

(pause_doc): Sun CC complains about newline in string literal

üst b4db1944
...@@ -199,8 +199,8 @@ signal_pause(self, args) ...@@ -199,8 +199,8 @@ signal_pause(self, args)
return Py_None; return Py_None;
} }
static char pause_doc[] = static char pause_doc[] =
"pause() "pause()\n\
\n\
Wait until a signal arrives."; Wait until a signal arrives.";
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment