From 7c9ac479eb6fef9d1330cb32e3b46404aa578acc Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sat, 31 Jul 2021 09:01:14 +0200 Subject: [PATCH] Fix some mismatches in preprocessor directive comments --- ext/dom/dom_properties.h | 2 +- ext/gd/libgd/gd_jpeg.c | 2 +- ext/gd/libgd/gdcache.c | 2 +- ext/gd/libgd/gdtestft.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/dom/dom_properties.h b/ext/dom/dom_properties.h index ba5daf26d09..1e81eb2b6ea 100644 --- a/ext/dom/dom_properties.h +++ b/ext/dom/dom_properties.h @@ -139,4 +139,4 @@ int dom_xpath_register_node_ns_read(dom_object *obj, zval *retval); int dom_xpath_register_node_ns_write(dom_object *obj, zval *newval); #endif -#endif /* DOM_PROPERTIERS_H */ +#endif /* DOM_PROPERTIES_H */ diff --git a/ext/gd/libgd/gd_jpeg.c b/ext/gd/libgd/gd_jpeg.c index e7c3d752919..f0974c2a99d 100644 --- a/ext/gd/libgd/gd_jpeg.c +++ b/ext/gd/libgd/gd_jpeg.c @@ -860,4 +860,4 @@ void jpeg_gdIOCtx_dest (j_compress_ptr cinfo, gdIOCtx * outfile) dest->outfile = outfile; } -#endif /* HAVE_JPEG */ +#endif /* HAVE_LIBJPEG */ diff --git a/ext/gd/libgd/gdcache.c b/ext/gd/libgd/gdcache.c index 73786f0bf04..0d6e65194a8 100644 --- a/ext/gd/libgd/gdcache.c +++ b/ext/gd/libgd/gdcache.c @@ -207,4 +207,4 @@ main (char *argv[], int argc) } #endif /* TEST */ -#endif /* HAVE_NEECACHE */ +#endif /* NEED_CACHE */ diff --git a/ext/gd/libgd/gdtestft.c b/ext/gd/libgd/gdtestft.c index 1bd0dfc5156..fcac75896cf 100644 --- a/ext/gd/libgd/gdtestft.c +++ b/ext/gd/libgd/gdtestft.c @@ -104,5 +104,5 @@ main (int argc, char *argv[]) gdImageDestroy (im); return 0; -#endif /* HAVE_FREETYPE */ +#endif /* HAVE_LIBFREETYPE */ }