mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Change comment from C++ style to C.
This commit is contained in:
parent
941b8bc41a
commit
6cc48148fe
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ calculate_path(void)
|
|||
*/
|
||||
else if(0 == _NSGetExecutablePath(progpath, &nsexeclength) && progpath[0] == SEP)
|
||||
;
|
||||
#endif // __APPLE__
|
||||
#endif /* __APPLE__ */
|
||||
else if (path) {
|
||||
while (1) {
|
||||
char *delim = strchr(path, DELIM);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue