From 2010d0783d695583e72d0f412278caf4be041776 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Mon, 1 Aug 2011 17:41:01 +0200 Subject: [multiple changes] 2011-08-01 Ed Schonberg * sem_ch6.adb (Fully_Conformant_Expressions): handle quantified expressions. 2011-08-01 Arnaud Charlet * sem_ch8.adb: Minor code editing. * s-vxwext.adb: Remove trailing space. * freeze.adb, freeze.ads, errout.ads, erroutc.adb: Fix GPLv3 header for consistency with other files. 2011-08-01 Thomas Quinot * s-auxdec.ads, s-auxdec-vms_64.ads: Minor reformatting. 2011-08-01 Ed Schonberg * par-ch10.adb: reject parameterized expressions as compilation unit. * sem_ch4.adb: handle properly conditional expression with overloaded then_clause and no else_clause. 2011-08-01 Tristan Gingold * s-parame-vms-alpha.ads, s-parame-vms-ia64.ads: Redeclare C_Address like done by System.Aux_DEC. * env.c (__gnat_setenv) [VMS]: Put logicals into LNM$PROCESS table. From-SVN: r177050 --- gcc/ada/env.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/ada/env.c') diff --git a/gcc/ada/env.c b/gcc/ada/env.c index e83a051..dc18e4e 100644 --- a/gcc/ada/env.c +++ b/gcc/ada/env.c @@ -111,8 +111,7 @@ __gnat_setenv (char *name, char *value) { #if defined (VMS) struct dsc$descriptor_s name_desc; - /* Put in JOB table for now, so that the project stuff at least works. */ - $DESCRIPTOR (table_desc, "LNM$JOB"); + $DESCRIPTOR (table_desc, "LNM$PROCESS"); char *host_pathspec = value; char *copy_pathspec; int num_dirs_in_pathspec = 1; -- cgit v1.1