summaryrefslogtreecommitdiff
path: root/gcc/fortran/match.h
diff options
context:
space:
mode:
authordomob <domob@138bc75d-0d04-0410-961f-82ee72b054a4>2008-08-22 10:53:40 +0000
committerdomob <domob@138bc75d-0d04-0410-961f-82ee72b054a4>2008-08-22 10:53:40 +0000
commitd1645c7b14700e9e86a6f2d6935ce4549ee30fd0 (patch)
treea6aa2c356ea640719d7b66506437016368b699e5 /gcc/fortran/match.h
parentd251c56f3d8030367df1248caa715f207e18996a (diff)
downloadgcc-d1645c7b14700e9e86a6f2d6935ce4549ee30fd0.tar.gz
2008-08-22 Daniel Kraft <d@domob.eu>
* gfortran.h (in_prefix): Removed from this header. * match.h (gfc_matching_prefix): Moved and renamed from `in_prefix'. * decl.c (in_prefix): Removed from here. (gfc_match_prefix): Use new name of `gfc_matching_prefix'. * symbol.c (gfc_check_symbol_typed): Ditto. * expr.c (check_typed_ns): New helper variable. (expr_check_typed_help): New helper method. (gfc_expr_check_typed): Rewrote to use gfc_traverse_expr to do the work, fixing a minor problem. * match.c (gfc_matching_prefix): New variable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139435 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fortran/match.h')
-rw-r--r--gcc/fortran/match.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/match.h b/gcc/fortran/match.h
index 9c9d206822c..02d088e12d2 100644
--- a/gcc/fortran/match.h
+++ b/gcc/fortran/match.h
@@ -34,6 +34,7 @@ extern gfc_symbol *gfc_new_block;
extern gfc_st_label *gfc_statement_label;
extern int gfc_matching_procptr_assignment;
+extern bool gfc_matching_prefix;
/****************** All gfc_match* routines *****************/