#include "vm_basic_defs.h"
-/*
- * XXX old file code
- */
-
-#ifdef FILECODEINT
-#error "Don't define FILECODEINT. It is obsolete."
-#endif
-#ifdef FILECODE
-#error "Don't define FILECODE. It is obsolete."
-#endif
-
/*
* Internal macros, functions, and strings
*
EXTERN void WarningThrottled(uint32 *count, const char *fmt, ...)
PRINTF_DECL(2, 3);
-/* DB family: messages which are parsed by logfile database system */
-#define WarningDB Warning
-#define LogDB Log
-#define WarningThrottledDB WarningThrottled
-#define LogThrottledDB LogThrottled
-
/*
* Stress testing: redefine ASSERT_IFNOT() to taste