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

Module: ppl/ppl Branch: master Commit: 637df0294f81d71e4f00d55063be06cf34adf4c4 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=637df0294f81d...
Author: Roberto Bagnara bagnara@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);
participants (1)
-
Roberto Bagnara