1
1
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3071 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2005-11-01 19:29:56 +00:00
родитель 56a8aad848
Коммит c85e4f43b5

Просмотреть файл

@ -33,10 +33,10 @@
#include "proto.h"
#ifndef NANO_SMALL
static pid_t pid; /* The PID of the newly forked process
* in execute_command(). It must be
* global because the cancel_command()
* signal handler needs it. */
static pid_t pid;
/* The PID of the newly forked process in execute_command(). It
* must be global because the cancel_command() signal handler
* needs it. */
#endif
#ifndef DISABLE_WRAPPING
static bool same_line_wrap = FALSE;