summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/posixmodule.c')
-rw-r--r--Modules/posixmodule.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index df61c25..04c17f0 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -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;
}