1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-14 16:50:58 +00:00

Fix typo that broke non-Windows builds.

* xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
This commit is contained in:
Paul Eggert 2012-04-07 08:15:22 -07:00
parent b142f1584c
commit b5385551e3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
Fix typo that broke non-Windows builds.
* xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
2012-04-07 Eli Zaretskii <eliz@gnu.org>
Support building on MS-Windows with libxml2.

View File

@ -73,7 +73,7 @@ libxml2_loaded_p (void)
#define fn_xmlCleanupParser xmlCleanupParser
#define fn_xmlCheckVersion xmlCheckVersion
static inine int
static inline int
libxml2_loaded_p (void)
{
return 1;