]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix comment opener after #endif
authorGuido van Rossum <guido@python.org>
Fri, 17 Feb 1995 15:11:36 +0000 (15:11 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Feb 1995 15:11:36 +0000 (15:11 +0000)
Modules/posixmodule.c

index 0e4331ba9a724f0fd6ffeb4c4d1540858ac2152b..dec9db6eec24739a4b614340cd8b470992650d60 100644 (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 */