aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2003-07-01 09:00:45 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2003-07-01 09:00:45 +0000
commit5b030314afd5f84d30e79594db48bb76da28e36a (patch)
tree1ab2a373f3e8ac65651f191c54f58b1023039ddc /gcc/c-tree.h
parentc9bdad35171f64bcabad635254fa9f3dfc05a376 (diff)
downloadgcc-5b030314afd5f84d30e79594db48bb76da28e36a.zip
gcc-5b030314afd5f84d30e79594db48bb76da28e36a.tar.gz
gcc-5b030314afd5f84d30e79594db48bb76da28e36a.tar.bz2
c-tree.h (define_label): Replace filename and lineno arguments with a location_t.
* c-tree.h (define_label): Replace filename and lineno arguments with a location_t. * c-decl.c (poplevel): Adjust define_label call. (pop_label_level): Likewise. (define_label): Replace filename and lineno arguments with a location_t. (store_parm_decls): Use DECL_SOURCE_LOCATION. * c-parse.in (label): Adjust define_label call. * cp/cp-tree.h (define_label): Replace filename and lineno arguments with a location_t. * cp/decl.c (pop_label): Adjust define_label call. (define_label): Replace filename and lineno arguments with a location_t. * cp/semantics.c (finish_label): Adjust define_label call. * java/decl.c (poplevel): Adjust define_label call. From-SVN: r68766
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r--gcc/c-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index bd3e22e..f32eb11 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -189,7 +189,7 @@ extern void check_for_loop_decls (void);
extern void clear_parm_order (void);
extern int complete_array_type (tree, tree, int);
extern void declare_parm_level (int);
-extern tree define_label (const char *, int, tree);
+extern tree define_label (location_t, tree);
extern void finish_decl (tree, tree, tree);
extern tree finish_enum (tree, tree, tree);
extern void finish_function (int, int);