Mercurial > hg > xemacs-beta
comparison lib-src/i.c @ 408:501cfd01ee6d r21-2-34
Import from CVS: tag r21-2-34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:18:11 +0200 |
parents | b8cc9ab3f761 |
children |
comparison
equal
deleted
inserted
replaced
407:ed6218a7d4d3 | 408:501cfd01ee6d |
---|---|
88 * Get command line, skip over the executable name, return the rest. | 88 * Get command line, skip over the executable name, return the rest. |
89 */ | 89 */ |
90 static LPTSTR | 90 static LPTSTR |
91 get_command (void) | 91 get_command (void) |
92 { | 92 { |
93 LPTSTR q, ws, cl = GetCommandLine (); | 93 LPTSTR cl = GetCommandLine (); |
94 int ix; | 94 int ix; |
95 | 95 |
96 while (1) | 96 while (1) |
97 { | 97 { |
98 ix = _tcscspn (cl, _T(" \t\"")); | 98 ix = _tcscspn (cl, _T(" \t\"")); |