- Timestamp:
- Oct 26, 2017 1:16:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/scmparser.cpp
r69258 r69345 568 568 rcRet = rc; 569 569 } 570 571 if (!pchLine) 572 break; 570 573 } 571 574 } … … 631 634 if (rcRet == VINF_SUCCESS) 632 635 rcRet = rc; 636 637 if (!pchLine) 638 break; 633 639 } 634 640 else if (ch == '"' || ch == '\'') … … 778 784 rcRet = rc; 779 785 } 786 787 if (!pchLine) 788 break; 780 789 } 781 790 /* else: We don't have to deal with character litterals as these shouldn't … … 875 884 if (rcRet == VINF_SUCCESS) 876 885 rcRet = rc; 886 887 if (!pchLine) 888 break; 877 889 } 878 890 } /* for each character in the line */
Note:
See TracChangeset
for help on using the changeset viewer.