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

This commit is contained in:
Barry Warsaw 1998-07-21 22:41:18 +00:00
parent b4db1944c4
commit 1ee36ffca0
1 changed files with 2 additions and 2 deletions

View File

@ -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