Changeset 30


Ignore:
Timestamp:
Aug 24, 2006, 8:07:51 PM (19 years ago)
Author:
RBRi
Message:

comments removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/CmdLineParameterUnit.pas

    r29 r30  
    325325     STATE_INSIDE_QUOTED = 3;
    326326     STATE_INSIDE_QUOTED_START_QUOTE = 4;
    327 //     STATE_INSIDE_QUOTED_QUOTE_PROCESSED = 5;
    328327  VAR
    329328     i : Integer;
     
    378377                 begin
    379378                    tmpState := STATE_INSIDE_QUOTED;
    380 //                    tmpState := STATE_INSIDE_QUOTED_QUOTE_PROCESSED;
    381                     tmpCurrentCommand := tmpCurrentCommand + tmpCurrentChar;
    382                  end;
    383 //               STATE_INSIDE_QUOTED_QUOTE_PROCESSED :
    384 //                    tmpState := STATE_INSIDE_QUOTED_START_QUOTE;
     379                    tmpCurrentCommand := tmpCurrentCommand + tmpCurrentChar;
     380                 end;
    385381               ELSE
    386382                    tmpState := STATE_START_QUOTE;
     
    414410                    tmpCurrentCommand := tmpCurrentCommand + tmpCurrentChar;
    415411                 end;
    416 //               STATE_INSIDE_QUOTED_QUOTE_PROCESSED :
    417 //                 begin
    418 //                    tmpCurrentCommand := tmpCurrentCommand + tmpCurrentChar;
    419 //                 end;
    420412               end;
    421413            end;
     
    448440          end;
    449441       end;
    450 //     STATE_INSIDE_QUOTED_QUOTE_PROCESSED :
    451 //       begin
    452 //          result := ERROR_UNMATCHED_QUOTE;
    453 //          if (1 < length(tmpCurrentCommand)) then
    454 //          begin
    455 //            aResult.add(copy(tmpCurrentCommand, 1, length(tmpCurrentCommand)-0));
    456 //          end
    457 //       end;
    458442     ELSE
    459443       begin
Note: See TracChangeset for help on using the changeset viewer.