summaryrefslogtreecommitdiff
path: root/iconv/gconv.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-05 05:47:53 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-05 05:47:53 +0000
commit61d357cae37d7d84afa50bdba12dcf177980e7bf (patch)
treecb9f74682e77f817cf03ccbd6e83ac4ba1f31690 /iconv/gconv.h
parent7ee0c09d61eb834813377c54f10b000020edd375 (diff)
Update.
2000-05-04 Jakub Jelinek <jakub@redhat.com> * sysdeps/generic/bits/confname.h (_SC* enum): Avoid comma at the end of enum. 2000-05-04 Jakub Jelinek <jakub@redhat.com> * iconv/gconv.h (__gconv_t): Add __extension__ to make gcc -pedantic happy.
Diffstat (limited to 'iconv/gconv.h')
-rw-r--r--iconv/gconv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/gconv.h b/iconv/gconv.h
index 6d79b07ddd..804d8daca2 100644
--- a/iconv/gconv.h
+++ b/iconv/gconv.h
@@ -124,7 +124,7 @@ typedef struct __gconv_info
{
size_t __nsteps;
struct __gconv_step *__steps;
- struct __gconv_step_data __data[0];
+ __extension__ struct __gconv_step_data __data[0];
} *__gconv_t;
#endif /* gconv.h */