]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/fortran/primary.cc
primary.c (match_logical_constant_string): New function to match a ".true." or a...
authorRoger Sayle <roger@eyesopen.com>
Sun, 19 Aug 2007 01:52:23 +0000 (01:52 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 19 Aug 2007 01:52:23 +0000 (01:52 +0000)
commit500f8f7b5fcd927a28d69c1af2427f4225e56a15
tree5c813bcd31e654e5529e328a1eee38b54f97786f
parentdb07c510131f8d85c908ef0a3a6931099ccf9587
primary.c (match_logical_constant_string): New function to match a ".true." or a ".false.".

* primary.c (match_logical_constant_string): New function to match
a ".true." or a ".false.".
(match_logical_constant): Use it instead of gfc_match_strings.

From-SVN: r127620
gcc/fortran/ChangeLog
gcc/fortran/primary.c