Mercurial > MadButterfly
comparison nodejs/mbfly_njs.cc @ 1056:88bd0eee2b00
Rename X_supp_njs.[ch] to njs_mb_supp.[ch].
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Wed, 24 Nov 2010 15:58:04 +0800 |
parents | df6ee4568ca2 |
children | 3eaf708b52c3 |
comparison
equal
deleted
inserted
replaced
1055:1375aa8629ac | 1056:88bd0eee2b00 |
---|---|
3 #include <stdio.h> | 3 #include <stdio.h> |
4 #include <string.h> | 4 #include <string.h> |
5 #include <v8.h> | 5 #include <v8.h> |
6 | 6 |
7 extern "C" { | 7 extern "C" { |
8 #include "X_supp_njs.h" | 8 #include "njs_mb_supp.h" |
9 } | 9 } |
10 | 10 |
11 #include "mbfly_njs.h" | 11 #include "mbfly_njs.h" |
12 | 12 |
13 using namespace v8; | 13 using namespace v8; |