BUG: remove c++comments
This commit is contained in:
parent
6a944aad81
commit
814c7e12ab
@ -121,8 +121,8 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[])
|
|||||||
srcs = argv[2];
|
srcs = argv[2];
|
||||||
info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);
|
info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);
|
||||||
|
|
||||||
// remove an old file if it is there
|
/* remove an old file if it is there */
|
||||||
//info->CAPI->RemoveFile(argv[2]);
|
info->CAPI->RemoveFile(argv[2]);
|
||||||
|
|
||||||
/* add customs commands to generate the source file */
|
/* add customs commands to generate the source file */
|
||||||
ccArgs[0] = "-E";
|
ccArgs[0] = "-E";
|
||||||
|
@ -121,8 +121,8 @@ static int CCONV InitialPass(void *inf, void *mf, int argc, char *argv[])
|
|||||||
srcs = argv[2];
|
srcs = argv[2];
|
||||||
info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);
|
info->CAPI->AddExecutable(mf,"LoadedCommand",1, &srcs, 0);
|
||||||
|
|
||||||
// remove an old file if it is there
|
/* remove an old file if it is there */
|
||||||
//info->CAPI->RemoveFile(argv[2]);
|
info->CAPI->RemoveFile(argv[2]);
|
||||||
|
|
||||||
/* add customs commands to generate the source file */
|
/* add customs commands to generate the source file */
|
||||||
ccArgs[0] = "-E";
|
ccArgs[0] = "-E";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user