[PPL-devel] [GIT] ppl/ppl(master): Wrong guard fixed.

Roberto Bagnara bagnara at cs.unipr.it
Sat Feb 25 18:22:37 CET 2012


Module: ppl/ppl
Branch: master
Commit: 637df0294f81d71e4f00d55063be06cf34adf4c4
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=637df0294f81d71e4f00d55063be06cf34adf4c4

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Sat Feb 25 18:22:24 2012 +0100

Wrong guard fixed.

---

 demos/ppl_lpsol/ppl_lpsol.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/demos/ppl_lpsol/ppl_lpsol.c b/demos/ppl_lpsol/ppl_lpsol.c
index 9a72e40..8c62b94 100644
--- a/demos/ppl_lpsol/ppl_lpsol.c
+++ b/demos/ppl_lpsol/ppl_lpsol.c
@@ -326,7 +326,7 @@ process_options(int argc, char* argv[]) {
       my_exit(0);
       break;
 
-#ifdef PPL_LPSOL_SUPPORTS_TIMINGS
+#ifdef PPL_LPSOL_SUPPORTS_LIMIT_ON_CPU_TIME
 
     case 'C':
       l = strtol(optarg, &endptr, 10);




More information about the PPL-devel mailing list