diff options
Diffstat (limited to 'include/bbs.h')
-rw-r--r-- | include/bbs.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/bbs.h b/include/bbs.h index 023ac1a2..1b2a0d38 100644 --- a/include/bbs.h +++ b/include/bbs.h @@ -49,16 +49,4 @@ #else #include <limits.h> #endif -#ifdef DEBUG -static int Sizeof(char *what,int size,char *file,int line) -{ - if(size==4) - printf("WARRNING\r\n"); - printf("%s(%d): sizeof(%s)=%d\r\n",file,line,what,size); - return size; -} -#define SIZEOF(a) Sizeof(#a,sizeof(a),__FILE__,__LINE__) -#else -#define SIZEOF(a) sizeof(a) -#endif #endif /* INCLUDE_BBS_H */ |