diff options
author | Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | 2000-02-10 23:13:17 +0000 |
---|---|---|
committer | Franz Sirl <sirl@gcc.gnu.org> | 2000-02-10 23:13:17 +0000 |
commit | 75cdca5bb9b8b302a366c12be6073e5e29a38338 (patch) | |
tree | ec358595b02afc9a8f646f92c5107b5102b8d83b /gcc/c-pragma.c | |
parent | d10b8e053e17de25f19dfe2fe159b8091c2f4639 (diff) | |
download | gcc-75cdca5bb9b8b302a366c12be6073e5e29a38338.zip gcc-75cdca5bb9b8b302a366c12be6073e5e29a38338.tar.gz gcc-75cdca5bb9b8b302a366c12be6073e5e29a38338.tar.bz2 |
c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
* c-pragma.c (maximum_field_alignment): Remove duplicate declaration.
* ch/except.c (maximum_field_alignment): Remove duplicate declaration.
From-SVN: r31906
Diffstat (limited to 'gcc/c-pragma.c')
-rw-r--r-- | gcc/c-pragma.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c index 618a0d6..bebeae7 100644 --- a/gcc/c-pragma.c +++ b/gcc/c-pragma.c @@ -31,15 +31,6 @@ Boston, MA 02111-1307, USA. */ #ifdef HANDLE_GENERIC_PRAGMAS -#ifdef HANDLE_PRAGMA_PACK -/* When structure field packing is in effect, this variable is the - number of bits to use as the maximum alignment. When packing is not - in effect, this is zero. */ - -extern int maximum_field_alignment; -#endif - - #ifdef HANDLE_PRAGMA_PACK_PUSH_POP typedef struct align_stack { |