mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix some mismatches in preprocessor directive comments
This commit is contained in:
parent
9fb93e8ed1
commit
7c9ac479eb
4 changed files with 4 additions and 4 deletions
|
@ -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 */
|
||||
|
|
|
@ -860,4 +860,4 @@ void jpeg_gdIOCtx_dest (j_compress_ptr cinfo, gdIOCtx * outfile)
|
|||
dest->outfile = outfile;
|
||||
}
|
||||
|
||||
#endif /* HAVE_JPEG */
|
||||
#endif /* HAVE_LIBJPEG */
|
||||
|
|
|
@ -207,4 +207,4 @@ main (char *argv[], int argc)
|
|||
}
|
||||
|
||||
#endif /* TEST */
|
||||
#endif /* HAVE_NEECACHE */
|
||||
#endif /* NEED_CACHE */
|
||||
|
|
|
@ -104,5 +104,5 @@ main (int argc, char *argv[])
|
|||
gdImageDestroy (im);
|
||||
|
||||
return 0;
|
||||
#endif /* HAVE_FREETYPE */
|
||||
#endif /* HAVE_LIBFREETYPE */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue