Subversion Repositories Kolibri OS

Rev

Rev 6441 | Rev 6574 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6441 Rev 6460
Line 2124... Line 2124...
2124
    const TCCOption *popt;
2124
    const TCCOption *popt;
2125
    const char *optarg, *r;
2125
    const char *optarg, *r;
2126
    int optind = 0;
2126
    int optind = 0;
2127
    ParseArgsState *pas = s->parse_args_state;
2127
    ParseArgsState *pas = s->parse_args_state;
Line -... Line 2128...
-
 
2128
 
-
 
2129
/*
-
 
2130
#ifdef TCC_TARGET_MEOS
-
 
2131
// siemargl testing
-
 
2132
	s->output_format = TCC_OUTPUT_FORMAT_COFF;
-
 
2133
#endif
2128
 
2134
*/
Line 2129... Line 2135...
2129
    while (optind < argc) {
2135
    while (optind < argc) {
2130
 
2136
 
2131
        r = argv[optind++];
2137
        r = argv[optind++];