]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Work around a bug in the DEC alpha OSF/1 C preprocessor.
authorGuido van Rossum <guido@python.org>
Tue, 26 Oct 1993 15:22:37 +0000 (15:22 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 26 Oct 1993 15:22:37 +0000 (15:22 +0000)
Modules/posixmodule.c

index df61c25e3b00bcf3b0022413a8ff0ac1b53eb777..04c17f08a400a552d7649f903ad784eefae952c2 100644 (file)
@@ -350,6 +350,9 @@ again:
                {
                DECREF( d );
                strcat( _name, "/*.*" );
+               /* This comment is here to help the DEC alpha OSF/1 cpp
+                  (which scans for comments but not for strings in
+                  code that is #ifdef'ed out...) */
                goto again;
                }