STYLE: Fixed line-too-long style errors.
This commit is contained in:
parent
21b1ecb97b
commit
7b58ed7813
|
@ -69,8 +69,8 @@ public:
|
|||
" [WORKING_DIRECTORY dir]\n"
|
||||
"Adds a target with the given name that executes the given commands. "
|
||||
"The target has no output file and is ALWAYS CONSIDERED OUT OF DATE "
|
||||
"even if the commands try to create a file with the name of the target. "
|
||||
"Use ADD_CUSTOM_COMMAND to generate a file with dependencies. "
|
||||
"even if the commands try to create a file with the name of the "
|
||||
"target. Use ADD_CUSTOM_COMMAND to generate a file with dependencies. "
|
||||
"By default nothing depends on the custom target. Use "
|
||||
"ADD_DEPENDENCIES to add dependencies to or from other targets. "
|
||||
"If the ALL option is specified "
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
# pragma warn -8066 /* unreachable code */
|
||||
#endif
|
||||
|
||||
/* Borland system header defines these macros without first undef-ing them. */
|
||||
/* Borland system header defines these macros without first undef-ing them. */
|
||||
#if defined(__BORLANDC__) && __BORLANDC__ >= 0x580
|
||||
# undef INT8_MIN
|
||||
# undef INT16_MIN
|
||||
|
|
Loading…
Reference in New Issue