]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/f/com.h
com-rt.def: Adapt macro DEFGFRT to accept CONST boolean.
[gcc.git] / gcc / f / com.h
index 6cf8aaa0a5da2cf56bafc2fd16159d0577cda542..15576979b842680f2c866b6c643c5e02ebfa5b3d 100644 (file)
@@ -176,7 +176,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 typedef enum
   {
-#define DEFGFRT(CODE,NAME,TYPE,ARGS,VOLATILE,COMPLEX) CODE,
+#define DEFGFRT(CODE,NAME,TYPE,ARGS,VOLATILE,COMPLEX,CONST) CODE,
 #include "com-rt.def"
 #undef DEFGFRT
     FFECOM_gfrt
This page took 0.027221 seconds and 5 git commands to generate.