view src/os_qnx.h @ 20103:fda7bed83eb6 v8.2.0607

patch 8.2.0607: gcc warns for using uninitialized variable Commit: https://github.com/vim/vim/commit/2bb76accc66d17f2c027c04396082c46f410bfea Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 19 22:57:44 2020 +0200 patch 8.2.0607: gcc warns for using uninitialized variable Problem: Gcc warns for using uninitialized variable. (John Marriott) Solution: Set name_end also for environment variables.
author Bram Moolenaar <Bram@vim.org>
date Sun, 19 Apr 2020 23:00:03 +0200
parents 6e3dc2d630c2
children
line wrap: on
line source

/* vi:set ts=8 sts=4 sw=4 noet:
 *
 * VIM - Vi IMproved	by Bram Moolenaar
 *
 * Do ":help uganda"  in Vim to read copying and usage conditions.
 * Do ":help credits" in Vim to see a list of people who contributed.
 */

#ifdef __QNXNTO__
# include <sys/procmgr.h>
#endif

#define	USE_TMPNAM

#define POSIX	    // Used by pty.c

#if defined(FEAT_GUI_PHOTON)
extern int is_photon_available;
#endif