Renamed the include file debug.h to v8-debug.h to avoid possible
authorsgjesse <sgjesse@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 4 Sep 2008 10:03:17 +0000 (10:03 +0000)
committersgjesse <sgjesse@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 4 Sep 2008 10:03:17 +0000 (10:03 +0000)
name conflicts.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@133 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

include/v8-debug.h [moved from include/debug.h with 100% similarity]
src/debug.h

similarity index 100%
rename from include/debug.h
rename to include/v8-debug.h
index 3140dcd..a26a1bf 100644 (file)
@@ -28,7 +28,7 @@
 #ifndef V8_DEBUG_H_
 #define V8_DEBUG_H_
 
-#include "../include/debug.h"
+#include "../include/v8-debug.h"
 #include "assembler.h"
 #include "code-stubs.h"
 #include "factory.h"