Was actually ignoring #pragma option
options.
This commit is contained in:
parent
6060ce0ac8
commit
0f86097c99
@ -1272,7 +1272,8 @@ static void parseoptions(int argc,char **argv,char *oname,char *ename,char *pnam
|
|||||||
|
|
||||||
void parsesingleoption(char *argv)
|
void parsesingleoption(char *argv)
|
||||||
{
|
{
|
||||||
parseoptions(1, &argv, NULL, NULL, NULL, NULL, NULL);
|
char *args[2] = { 0, argv };
|
||||||
|
parseoptions(2, args, NULL, NULL, NULL, NULL, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !defined SC_LIGHT
|
#if !defined SC_LIGHT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user