diff options
author | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-14 03:08:12 +0000 |
---|---|---|
committer | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-14 03:08:12 +0000 |
commit | e643d8eb95519e0b3b941053a9cc92d26a787de0 (patch) | |
tree | 3e28188425621db2a935d519e1f97e1b41c1599f /gcc/unwind-c.c | |
parent | 67cae17de23d17d2d7965a48e52faa34c7b1eea9 (diff) | |
download | gcc-e643d8eb95519e0b3b941053a9cc92d26a787de0.tar.gz |
* unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
* unwind-pe.h (size_of_encoded_value): Do not define if
NO_SIZE_OF_ENCODED_VALUE is defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67930 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unwind-c.c')
-rw-r--r-- | gcc/unwind-c.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/unwind-c.c b/gcc/unwind-c.c index 9ce09568988..8f2f5c43fe0 100644 --- a/gcc/unwind-c.c +++ b/gcc/unwind-c.c @@ -23,6 +23,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "tconfig.h" #include "tsystem.h" #include "unwind.h" +#define NO_SIZE_OF_ENCODED_VALUE #include "unwind-pe.h" typedef struct |