source:
trunk/FACT++/src/InterpreterV8.cc@
20084
Last change on this file since 20084 was 20023, checked in by , 4 years ago | |
---|---|
File size: 146 bytes |
Line | |
---|---|
1 | #ifdef HAVE_V8 |
2 | #include <v8-version.h> |
3 | |
4 | #if V8_MAJOR_VERSION < 4 |
5 | #include "InterpreterV8-3.cc" |
6 | #else |
7 | #include "InterpreterV8-4.cc" |
8 | #endif |
9 | |
10 | #endif |
Note:
See TracBrowser
for help on using the repository browser.