--- a/gcc-python-pretty-printer.c
+++ b/gcc-python-pretty-printer.c
@@ -46,8 +46,8 @@ PyGccPrettyPrinter_New(void)
        Use placement new to run it on obj->pp.  */
     new ((void*)&obj->pp)
         pretty_printer(
-# if (GCC_VERSION < 9000)
-                       /* GCC 9 eliminated the "prefix" param.  */
+# if (GCC_VERSION < 8003)
+                       /* GCC 8.3 eliminated the "prefix" param.  */
                        NULL,
 # endif
                        0);
