aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r--gcc/java/expr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c
index 1372715..70156cf 100644
--- a/gcc/java/expr.c
+++ b/gcc/java/expr.c
@@ -3239,15 +3239,15 @@ build_expr_wfl (tree node,
)
{
tree wfl;
+ static const char *last_file = 0;
+ static tree last_filenode = NULL_TREE;
+
#ifdef USE_MAPPED_LOCATION
wfl = make_node (EXPR_WITH_FILE_LOCATION);
SET_EXPR_LOCATION (wfl, location);
#else
wfl = make_node (EXPR_WITH_FILE_LOCATION);
- static const char *last_file = 0;
- static tree last_filenode = NULL_TREE;
-
EXPR_WFL_SET_LINECOL (wfl, line, col);
if (file != last_file)
{