Kaydet (Commit) 06191530 authored tarafından Guido van Rossum's avatar Guido van Rossum

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

üst 72481a34
...@@ -350,6 +350,9 @@ again: ...@@ -350,6 +350,9 @@ again:
{ {
DECREF( d ); DECREF( d );
strcat( _name, "/*.*" ); 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; goto again;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment