From e741d19c2de1295ab396a958e48a412e5323c071 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20Simb=C3=BCrger?= Date: Thu, 1 Apr 2010 23:45:18 +0200 Subject: [PATCH] Append a dummy .quiet to CloogOptions. --- include/cloog/options.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/cloog/options.h b/include/cloog/options.h index 881133d..4f7e06f 100644 --- a/include/cloog/options.h +++ b/include/cloog/options.h @@ -108,6 +108,8 @@ struct cloogoptions int noblocks ; /* 1 if I don't want to make statement blocks, 0 otherwise. */ int noscalars ; /* 1 if I don't want to use scalar dimensions, 0 otherwise. */ int nosimplify; /* 1 if I don't want to simplify polyhedra, 0 otherwise. */ + + int quiet; /* silence Cloog output */ } ; typedef struct cloogoptions CloogOptions ; -- 2.11.4.GIT