Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] add some missing semi-colons
@ 2003-03-28  1:27 Theodore A. Roth
  2003-03-28  1:34 ` Andrew Cagney
  0 siblings, 1 reply; 3+ messages in thread
From: Theodore A. Roth @ 2003-03-28  1:27 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: TEXT/PLAIN, Size: 131 bytes --]

Hi,

This patch adds some missing semi-colons to objc-exp.y which are
breaking my build (bison is puking).

Ok to commit?

Ted Roth

[-- Attachment #2: Type: TEXT/PLAIN, Size: 935 bytes --]

2003-03-27  Theodore A. Roth  <troth@openavr.org>

	* gdb/objc-exp.y: Add missing semi-colons.

Index: gdb/objc-exp.y
===================================================================
RCS file: /cvs/src/src/gdb/objc-exp.y,v
retrieving revision 1.10
diff -u -r1.10 objc-exp.y
--- gdb/objc-exp.y	20 Feb 2003 00:01:06 -0000	1.10
+++ gdb/objc-exp.y	28 Mar 2003 01:22:02 -0000
@@ -247,9 +247,11 @@
 /* Expressions, not including the comma operator.  */
 exp	:	'*' exp    %prec UNARY
 			{ write_exp_elt_opcode (UNOP_IND); }
+	;
 
 exp	:	'&' exp    %prec UNARY
 			{ write_exp_elt_opcode (UNOP_ADDR); }
+	;
 
 exp	:	'-' exp    %prec UNARY
 			{ write_exp_elt_opcode (UNOP_NEG); }
@@ -569,6 +571,7 @@
 			  write_exp_elt_opcode (OP_OBJC_SELECTOR);
 			  write_exp_string ($1);
 			  write_exp_elt_opcode (OP_OBJC_SELECTOR); }
+	;
 
 exp	:	SIZEOF '(' type ')'	%prec UNARY
 			{ write_exp_elt_opcode (OP_LONG);

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RFA] add some missing semi-colons
  2003-03-28  1:27 [RFA] add some missing semi-colons Theodore A. Roth
@ 2003-03-28  1:34 ` Andrew Cagney
  2003-03-28  1:41   ` Theodore A. Roth
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cagney @ 2003-03-28  1:34 UTC (permalink / raw)
  To: Theodore A. Roth; +Cc: gdb-patches

> 2003-03-27  Theodore A. Roth  <troth@openavr.org>
> 
> 	* gdb/objc-exp.y: Add missing semi-colons.
> 

(dejavu ...)

2002-11-06  Theodore A. Roth  <troth@openavr.org>

         * c-exp.y: Add missing semi-colons.
         * f-exp.y: Add missing semi-colons.
         * m2-exp.y: Add missing semi-colons.
         * p-exp.y: Add missing semi-colons.
         Add empty action to start rule to avoid a type clash error when
         building with bison >= 1.50.

yep, yes, definitly.

Andrew



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RFA] add some missing semi-colons
  2003-03-28  1:34 ` Andrew Cagney
@ 2003-03-28  1:41   ` Theodore A. Roth
  0 siblings, 0 replies; 3+ messages in thread
From: Theodore A. Roth @ 2003-03-28  1:41 UTC (permalink / raw)
  Cc: gdb-patches



On Thu, 27 Mar 2003, Andrew Cagney wrote:

:) > 2003-03-27  Theodore A. Roth  <troth@openavr.org>
:) >
:) > 	* gdb/objc-exp.y: Add missing semi-colons.
:) >
:)
:) (dejavu ...)
:)
:) 2002-11-06  Theodore A. Roth  <troth@openavr.org>
:)
:)          * c-exp.y: Add missing semi-colons.
:)          * f-exp.y: Add missing semi-colons.
:)          * m2-exp.y: Add missing semi-colons.
:)          * p-exp.y: Add missing semi-colons.
:)          Add empty action to start rule to avoid a type clash error when
:)          building with bison >= 1.50.
:)
:) yep, yes, definitly.
:)
:) Andrew


Committed.

Ted Roth


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-03-28  1:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-28  1:27 [RFA] add some missing semi-colons Theodore A. Roth
2003-03-28  1:34 ` Andrew Cagney
2003-03-28  1:41   ` Theodore A. Roth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox