Commit d72f0a7a authored by Barry Warsaw's avatar Barry Warsaw

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

parent b5d6e35f
...@@ -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