[Cmake-commits] [cmake-commits] martink committed cmIfCommand.h 1.53 1.54

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 16 13:56:07 EST 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv4007

Modified Files:
	cmIfCommand.h 
Log Message:
ENH: fix style


Index: cmIfCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmIfCommand.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -C 2 -d -r1.53 -r1.54
*** cmIfCommand.h	12 Feb 2009 17:50:12 -0000	1.53
--- cmIfCommand.h	16 Feb 2009 18:56:04 -0000	1.54
***************
*** 120,126 ****
        "optional. You may have multiple elseif clauses. Note that "
        "the expression in the else and endif clause is optional. Long "
!       "expressions can be used and there is a traditional order of precedence. "
!       "Parenthetical expressions are evaluated first followed by unary operators "
!       "such as EXISTS, COMMAND, and DEFINED. "
        "Then any EQUAL, LESS, GREATER, STRLESS, STRGREATER, STREQUAL, MATCHES "
        "will be evaluated. Then NOT operators and finally AND, OR operators "
--- 120,127 ----
        "optional. You may have multiple elseif clauses. Note that "
        "the expression in the else and endif clause is optional. Long "
!       "expressions can be used and there is a traditional order of "
!       "precedence. "
!       "Parenthetical expressions are evaluated first followed by unary "
!       "operators such as EXISTS, COMMAND, and DEFINED. "
        "Then any EQUAL, LESS, GREATER, STRLESS, STRGREATER, STREQUAL, MATCHES "
        "will be evaluated. Then NOT operators and finally AND, OR operators "
***************
*** 186,192 ****
        "variable is true or false just if it has been set.\n"
        "  if((expression) AND (expression OR (expression)))\n"
!       "The expressions inside the parenthesis are evaluated first and then the remaining "
!       "expression is evaluated as in the previous examples. Where there are nested "
!       "parenthesis the innermost are evaluated as part of evaluating the expression "
        "that contains them."
        ;
--- 187,194 ----
        "variable is true or false just if it has been set.\n"
        "  if((expression) AND (expression OR (expression)))\n"
!       "The expressions inside the parenthesis are evaluated first and "
!       "then the remaining expression is evaluated as in the previous "
!       "examples. Where there are nested parenthesis the innermost are "
!       "evaluated as part of evaluating the expression "
        "that contains them."
        ;



More information about the Cmake-commits mailing list