diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2005-02-08 10:41:47 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2005-02-08 10:41:47 +0000 |
| commit | 288edcd9f5fef73db4d3fb491958466cf6e3e929 (patch) | |
| tree | f8ff77b92cdba56f39c46b3774a569623e2795e8 | |
| parent | f3f7b2e1372b4767f97965153116ab5cbc2a9010 (diff) | |
obviously static
| -rw-r--r-- | lasso/xml/private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/xml/private.h b/lasso/xml/private.h index c135101c..711bb34e 100644 --- a/lasso/xml/private.h +++ b/lasso/xml/private.h @@ -125,7 +125,7 @@ int error_code(GLogLevelFlags level, int error, ...); #elif defined(HAVE_VARIADIC_MACROS) # define debug(...) ; #else -inline void debug(const char *format, ...) +static inline void debug(const char *format, ...) { va_list ap; va_start(ap, format); @@ -144,7 +144,7 @@ inline void debug(const char *format, ...) # define message(level, ...) \ _debug(level, __FILE__, __LINE__, __FUNCTION__, __VA_ARGS__) #else -inline void message(GLogLevelFlags level, const char *format, ...) +static inline void message(GLogLevelFlags level, const char *format, ...) { va_list ap; char s[1024]; |
