Reverted latest changes.

svn path=/trunk/; revision=3473
This commit is contained in:
Casper Hornstrup 2002-09-08 10:23:54 +00:00
parent 06d3fda385
commit 17c0b5798e
1261 changed files with 42752 additions and 18631 deletions

View file

@ -16,9 +16,6 @@
#ifndef __INTERNAL_DEBUG
#define __INTERNAL_DEBUG
#undef assert
#undef ASSERT
#define UNIMPLEMENTED do {DbgPrint("%s at %s:%d is unimplemented, have a nice day\n",__FUNCTION__,__FILE__,__LINE__); for(;;); } while(0);
/* FIXME: should probably remove this later */