--- gcc/config/vax/xm-vms.h 2018/04/24 18:22:16 1.1.1.3 +++ gcc/config/vax/xm-vms.h 2018/04/24 18:29:58 1.1.1.4 @@ -1,5 +1,5 @@ /* Configuration for GNU C-compiler for Vax. - Copyright (C) 1987, 1994 Free Software Foundation, Inc. + Copyright (C) 1987, 1994, 1995 Free Software Foundation, Inc. This file is part of GNU CC. @@ -15,7 +15,8 @@ GNU General Public License for more deta You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* #defines that need visibility everywhere. */ #define FALSE 0 @@ -48,8 +49,7 @@ the Free Software Foundation, 675 Mass A #define HOST_FLOAT_FORMAT VAX_FLOAT_FORMAT #define SUCCESS_EXIT_CODE 1 -#define FATAL_EXIT_CODE (44 | 0x10000000) /* Failure, and no DCL message. */ - +#define FATAL_EXIT_CODE (44 | 0x10000000) /* Abort, and no DCL message. */ /* A couple of conditionals for execution machine are controlled here. */ #ifndef VMS @@ -123,6 +123,10 @@ the Free Software Foundation, 675 Mass A required characters, so we define this to be a null string. */ #define FILE_NAME_JOINER "" + +/* vprintf() has been available since VMS V4.6. */ + +#define HAVE_VPRINTF #ifdef VAXC /* Customizations/kludges for building with DEC's VAX C compiler