forked from phpv8/v8js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
php_v8js.h
32 lines (27 loc) · 1.06 KB
/
php_v8js.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2013 The PHP Group |
+----------------------------------------------------------------------+
| http://www.opensource.org/licenses/mit-license.php MIT License |
+----------------------------------------------------------------------+
| Author: Jani Taskinen <[email protected]> |
| Author: Patrick Reilly <[email protected]> |
+----------------------------------------------------------------------+
*/
/* $Id:$ */
#ifndef PHP_V8JS_H
#define PHP_V8JS_H
extern zend_module_entry v8js_module_entry;
#define phpext_v8js_ptr &v8js_module_entry
#endif /* PHP_V8JS_H */
/*
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* indent-tabs-mode: t
* End:
* vim600: noet sw=4 ts=4 fdm=marker
* vim<600: noet sw=4 ts=4
*/