fix comment opener after #endif

This commit is contained in:
Guido van Rossum 1995-02-17 15:11:36 +00:00
parent 5f05eb421a
commit a38a503576
1 changed files with 1 additions and 1 deletions

View File

@ -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 */