php_v8js.h 1.0 KB

123456789101112131415161718192021222324252627282930
  1. /*
  2. +----------------------------------------------------------------------+
  3. | PHP Version 7 |
  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. #ifndef PHP_V8JS_H
  14. #define PHP_V8JS_H
  15. extern zend_module_entry v8js_module_entry;
  16. #define phpext_v8js_ptr &v8js_module_entry
  17. #endif /* PHP_V8JS_H */
  18. /*
  19. * Local variables:
  20. * tab-width: 4
  21. * c-basic-offset: 4
  22. * indent-tabs-mode: t
  23. * End:
  24. * vim600: noet sw=4 ts=4 fdm=marker
  25. * vim<600: noet sw=4 ts=4
  26. */