diff options
Diffstat (limited to 'python/modules/IcePy/Config.h')
-rw-r--r-- | python/modules/IcePy/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/modules/IcePy/Config.h b/python/modules/IcePy/Config.h index daab3adaa42..e5ecf32daca 100644 --- a/python/modules/IcePy/Config.h +++ b/python/modules/IcePy/Config.h @@ -18,7 +18,7 @@ // // COMPILERFIX: This is required to prevent annoying warnings with aCC. // The aCC -mt option causes the definition of the _POSIX_C_SOURCE macro -// (with another lower value.) and this is causing a warning because of +// (with another lower value.) and this is causing a warning because of // the redefinition. // #if defined(__HP_aCC) && defined(_POSIX_C_SOURCE) |