diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-02-08 12:30:54 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-02-08 12:30:54 +0000 |
| commit | f83d664cbf1d1d7d772f1ac13f50c0967f91f57d (patch) | |
| tree | b8a7cffa287864325edb93fe53237dc824a930c1 | |
| parent | d0895fab77a716f0ae2f8c8deceac89a601b9860 (diff) | |
that inline should be ok everywhere
| -rw-r--r-- | lasso/xml/xml.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c index 408028dc..fc6b4c8e 100644 --- a/lasso/xml/xml.c +++ b/lasso/xml/xml.c @@ -1406,11 +1406,7 @@ xmlDeclareNs(xmlNode *root_node, xmlNode *node) xmlDeclareNs(root_node, t); } -#if defined(__GNUC__) -__inline__ static int -#else -__inline static int -#endif +static inline int sameNs(xmlNs *ns1, xmlNs *ns2) { /* this checks ns->prefix instead of ns->href so it is possible to |
