php_v8js.h 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. /*
  2. +----------------------------------------------------------------------+
  3. | PHP Version 5 |
  4. +----------------------------------------------------------------------+
  5. | Copyright (c) 1997-2013 The PHP Group |
  6. +----------------------------------------------------------------------+
  7. | http://www.opensource.org/licenses/mit-license.php MIT License |
  8. +----------------------------------------------------------------------+
  9. | Author: Jani Taskinen <[email protected]> |
  10. | Author: Patrick Reilly <[email protected]> |
  11. +----------------------------------------------------------------------+
  12. */
  13. /* $Id:$ */
  14. #ifndef PHP_V8JS_H
  15. #define PHP_V8JS_H
  16. extern zend_module_entry v8js_module_entry;
  17. #define phpext_v8js_ptr &v8js_module_entry
  18. #endif /* PHP_V8JS_H */
  19. /*
  20. * Local variables:
  21. * tab-width: 4
  22. * c-basic-offset: 4
  23. * End:
  24. * vim600: noet sw=4 ts=4 fdm=marker
  25. * vim<600: noet sw=4 ts=4
  26. */