aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics/extends_type_of.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/intrinsics/extends_type_of.c')
-rw-r--r--libgfortran/intrinsics/extends_type_of.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/intrinsics/extends_type_of.c b/libgfortran/intrinsics/extends_type_of.c
index 8dc9ef8..8177e0e 100644
--- a/libgfortran/intrinsics/extends_type_of.c
+++ b/libgfortran/intrinsics/extends_type_of.c
@@ -30,7 +30,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
typedef struct vtype
{
GFC_INTEGER_4 hash;
- size_t size;
+ GFC_INTEGER_4 size;
struct vtype *extends;
}
vtype;