X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libgfortran%2Flibgfortran.h;h=ca8beb2fc9493500cee8fd3565301f85a7482222;hp=c259e5655669b262f193da7840e31313d7727299;hb=800c028f45318dfd2548363d2fad6fc2d3d62c06;hpb=0bd899c79a0120b98f2b41174e4c70319ef22d4f;ds=sidebyside diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index c259e565566..ca8beb2fc94 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -185,6 +185,8 @@ isfinite (double x) #define IMAGPART(z) (__imag__(z)) #define COMPLEX_ASSIGN(z_, r_, i_) {__real__(z_) = (r_); __imag__(z_) = (i_);} +typedef int8_t GFC_INTEGER_1; +typedef int16_t GFC_INTEGER_2; typedef int32_t GFC_INTEGER_4; typedef int64_t GFC_INTEGER_8; typedef uint32_t GFC_UINTEGER_4;