public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gabriel Dos Reis <gdr@integrable-solutions.net>
To: java-patches@gcc.gnu.org
Cc: Tom Tromey <tromey@redhat.com>
Subject: [gcjx] fix syntax error in source/parse.hh
Date: Thu, 22 Dec 2005 03:22:00 -0000	[thread overview]
Message-ID: <m3oe39ojcg.fsf@uniton.integrable-solutions.net> (raw)


this two-line patchlet fixes a syntax error in source/parser.hh. Found
while building gcxj-branch.  C++ does not permit the name being
introduced to be qualified.

OK?

-- Gaby
+ 2005-12-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+ 
+ 	* source/parse.hh (parse::basic_type_p(token_value)): Remove extra
+ 	"parse::" qualification.
+ 	(parse::assignment_op_p(token_value)): Likewise.
+ 
  2005-12-21  Tom Tromey  <tromey@redhat.com>
  
  	* TODO: Updated.
*** gcjx/source/parse.hh	(revision 108941)
--- gcjx/source/parse.hh	(local)
*************** class parse
*** 86,93 ****
    token &assume (token_value);
  
    // Classify tokens.
!   static bool parse::basic_type_p (token_value);
!   static bool parse::assignment_op_p (token_value);
  
    // Locate the lexically enclosing class with the given name.
    model_class *find_lexically_enclosing_class (const std::string &);
--- 86,93 ----
    token &assume (token_value);
  
    // Classify tokens.
!   static bool basic_type_p (token_value);
!   static bool assignment_op_p (token_value);
  
    // Locate the lexically enclosing class with the given name.
    model_class *find_lexically_enclosing_class (const std::string &);

             reply	other threads:[~2005-12-22  3:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-22  3:22 Gabriel Dos Reis [this message]
2005-12-22  3:32 ` Tom Tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3oe39ojcg.fsf@uniton.integrable-solutions.net \
    --to=gdr@integrable-solutions.net \
    --cc=java-patches@gcc.gnu.org \
    --cc=tromey@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).