jdk/src/java.base/windows/native/libjli/cmdtoargs.c
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 29742 b73f38796859
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    24  */
    24  */
    25 
    25 
    26 
    26 
    27 /*
    27 /*
    28  * Converts a single string command line to the traditional argc, argv.
    28  * Converts a single string command line to the traditional argc, argv.
    29  * There are rules which govern the breaking of the the arguments, and
    29  * There are rules which govern the breaking of the arguments, and
    30  * these rules are embodied in the regression tests below, and duplicated
    30  * these rules are embodied in the regression tests below, and duplicated
    31  * in the jdk regression tests.
    31  * in the jdk regression tests.
    32  */
    32  */
    33 
    33 
    34 #ifndef IDE_STANDALONE
    34 #ifndef IDE_STANDALONE