aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/c-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/gcc/c-parser.c')
-rw-r--r--gcc-4.6/gcc/c-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.6/gcc/c-parser.c b/gcc-4.6/gcc/c-parser.c
index 49b1f43..ca4d557 100644
--- a/gcc-4.6/gcc/c-parser.c
+++ b/gcc-4.6/gcc/c-parser.c
@@ -6306,7 +6306,7 @@ c_parser_postfix_expression (c_parser *parser)
c_parser_error (parser, "expected identifier");
c_parser_skip_until_found (parser, CPP_CLOSE_PAREN,
"expected %<)%>");
- expr.value = fold_offsetof (offsetof_ref, NULL_TREE);
+ expr.value = fold_offsetof (offsetof_ref);
}
break;
case RID_CHOOSE_EXPR: