X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcommon%2Fcommon.h;h=345a21a2a41ffd55f47e392869cdb0071d882b38;hb=4c4ca66c31bf757b7cd9718c02c4e562fd12c81b;hp=ce9c83d0bd474deb6e5a336060d0a1727722bc36;hpb=3c838204cd78bcf106fdd65476180659ab629fcb;p=emu8051.git diff --git a/src/common/common.h b/src/common/common.h index ce9c83d..345a21a 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -38,10 +38,6 @@ /* Returns TRUE if the first 'c' characters of strings 'a' and 'b' are equal. */ #define STREQ_LEN(a, b, c) (strncasecmp((a), (b), (c)) == 0) - -inline void -ErrorLocation(const char *file, int line); - void * xmalloc(size_t size, const char *filename, int line_number);