mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ENH: do not use c++ comments in c code
This commit is contained in:
@@ -166,7 +166,7 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[])
|
||||
}
|
||||
info->CAPI->ExecuteCommand(mf,"SET",2,args);
|
||||
|
||||
// make sure we can find the source file
|
||||
/* make sure we can find the source file */
|
||||
if (!info->CAPI->GetSource(mf,argv[1]))
|
||||
{
|
||||
info->CAPI->SetError(mf, "Source file could not be found!");
|
||||
|
||||
@@ -166,7 +166,7 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[])
|
||||
}
|
||||
info->CAPI->ExecuteCommand(mf,"SET",2,args);
|
||||
|
||||
// make sure we can find the source file
|
||||
/* make sure we can find the source file */
|
||||
if (!info->CAPI->GetSource(mf,argv[1]))
|
||||
{
|
||||
info->CAPI->SetError(mf, "Source file could not be found!");
|
||||
|
||||
Reference in New Issue
Block a user