X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcommon.h;h=24b87908de2f0065adf3f8c78c27c070d3b5adf9;hb=8069b799acd017ea32510fb977a7a42f5a747c6c;hp=b1517f2c09a4960b359fe80966b3553b6acb43b6;hpb=40f6d58d5813d60af3221ef18f17d22268a1acd1;p=dockapps%2Fwmnotify.git diff --git a/src/common.h b/src/common.h index b1517f2..24b8790 100644 --- a/src/common.h +++ b/src/common.h @@ -35,7 +35,7 @@ #define STREQ_LEN(a, b, c) (strncmp((a), (b), (c)) == 0) -inline void ErrorLocation(const char *file, int line); +void ErrorLocation(const char *file, int line); /*@out@*//*@only@ */ void *xmalloc(size_t size, const char *filename, int line_number);