public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-cpparser-branch: cparser: Added the mod (`%') operation.
@ 2010-07-07 22:09 sergiodj
  0 siblings, 0 replies; only message in thread
From: sergiodj @ 2010-07-07 22:09 UTC (permalink / raw)
  To: archer-commits

The branch, archer-cpparser-branch has been updated
       via  2cf4f7c83eade0a560ceb81c92a289482384c708 (commit)
      from  2aebc35d20b813f1d59b9428e80173021ff4d878 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 2cf4f7c83eade0a560ceb81c92a289482384c708
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Wed Jul 7 19:05:54 2010 -0300

    cparser: Added the mod (`%') operation.

-----------------------------------------------------------------------

Summary of changes:
 gdb/cparser.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

First 500 lines of diff:
diff --git a/gdb/cparser.c b/gdb/cparser.c
index 16f74d8..1ad5053 100644
--- a/gdb/cparser.c
+++ b/gdb/cparser.c
@@ -993,6 +993,10 @@ cp_lex_one_token (cp_parser *parser)
       result.type = TTYPE_MINUS;
       break;
 
+    case '%':
+      result.type = TTYPE_MOD;
+      break;
+
     case '!':
       result.type = TTYPE_NOT;
       break;


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-07 22:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-07 22:09 [SCM] archer-cpparser-branch: cparser: Added the mod (`%') operation sergiodj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).