mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Work around a bug in the DEC alpha OSF/1 C preprocessor.
This commit is contained in:
parent
72481a3497
commit
06191530b6
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue