diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-04 07:11:05 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-04 07:11:05 +0000 |
commit | 1f3233d13f58417984cb2239d328b65e8d172744 (patch) | |
tree | 720630adca0f6b357e05c4feb8cbe33d556925ce /gcc/expr.h | |
parent | 0dc11899d8781bca1da5f4421327d61890424808 (diff) | |
download | gcc-1f3233d13f58417984cb2239d328b65e8d172744.tar.gz |
Merge from pch-branch up to tag pch-commit-20020603.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54232 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index 6b052180733..5ebefbad8ba 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -369,10 +369,6 @@ extern void init_expr_once PARAMS ((void)); /* This is run at the start of compiling a function. */ extern void init_expr PARAMS ((void)); -/* This function is run once to initialize stor-layout.c. */ - -extern void init_stor_layout_once PARAMS ((void)); - /* This is run at the end of compiling a function. */ extern void finish_expr_for_function PARAMS ((void)); |