From 4565903525842e90c4fc5df51cc5dfa3cebfafbe Mon Sep 17 00:00:00 2001 From: Geert Bosch Date: Mon, 29 Oct 2001 18:45:03 +0100 Subject: * init.c: (Raise_From_Signal_Handler, Propagate_Signal_Exception): Make arg const. (_gnat_error_handler): Make MSG const. * sysdep.c: Fix localtime_r problem on LynxOS. Also remove #elif to avoid warnings. * misc.c (yyparse): Don't set up and register jmpbuf; remove decls used by this. * decl.c (annotate_value): Make SIZE unsigned to avoid warning. From-SVN: r46609 --- gcc/ada/decl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ada/decl.c') diff --git a/gcc/ada/decl.c b/gcc/ada/decl.c index aca20c0..7c266e2 100644 --- a/gcc/ada/decl.c +++ b/gcc/ada/decl.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * $Revision: 1.5 $ + * $Revision$ * * * Copyright (C) 1992-2001, Free Software Foundation, Inc. * * * @@ -5251,7 +5251,7 @@ annotate_value (gnu_size) TCode tcode; Node_Ref_Or_Val ops[3]; int i; - unsigned int size; + int size; /* If we do not return inside this switch, TCODE will be set to the code to use for a Create_Node operand and LEN (set above) will be -- cgit v1.1