Becoming funny, but eVC didn't has __FUNCTION__.

This commit is contained in:
johns 2001-07-28 02:19:29 +00:00
parent 5bc7de07e8
commit 1a1cd0adcd

View file

@ -95,6 +95,9 @@
#define inline __inline // fix m$ brain damage
#define __attribute__() // does nothing
#ifndef __FUNCTION__
#define __FUNCTION__ // I don't know, but eVC didn't has it
#endif
/**
** Print debug information of level 0.