mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
fix comment opener after #endif
This commit is contained in:
parent
5f05eb421a
commit
a38a503576
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ extern int unlink PROTO((const char *));
|
|||
extern int pclose PROTO((FILE *));
|
||||
#ifdef HAVE_SYMLINK
|
||||
extern int symlink PROTO((const char *, const char *));
|
||||
#endif /_ HAVE_SYMLINK */
|
||||
#endif /* HAVE_SYMLINK */
|
||||
#ifdef HAVE_LSTAT
|
||||
extern int lstat PROTO((const char *, struct stat *));
|
||||
#endif /* HAVE_LSTAT */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue