Work around a bug in the DEC alpha OSF/1 C preprocessor.

This commit is contained in:
Guido van Rossum 1993-10-26 15:22:37 +00:00
parent 72481a3497
commit 06191530b6

View 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;
}