mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 22:51:51 +00:00
Remove CVS $Id$ comment lines
This commit is contained in:
parent
d269809d8b
commit
3efec8d428
@ -1,5 +1,3 @@
|
|||||||
dnl $Id$
|
|
||||||
|
|
||||||
PHP_ARG_WITH(v8js, for V8 Javascript Engine,
|
PHP_ARG_WITH(v8js, for V8 Javascript Engine,
|
||||||
[ --with-v8js Include V8 JavaScript Engine])
|
[ --with-v8js Include V8 JavaScript Engine])
|
||||||
|
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
#ifndef PHP_V8JS_MACROS_H
|
#ifndef PHP_V8JS_MACROS_H
|
||||||
#define PHP_V8JS_MACROS_H
|
#define PHP_V8JS_MACROS_H
|
||||||
|
|
||||||
|
2
v8js.cc
2
v8js.cc
@ -11,8 +11,6 @@
|
|||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
#define V8JS_DEBUG 0
|
#define V8JS_DEBUG 0
|
||||||
//#define PHP_V8_VERSION "0.1.4"
|
//#define PHP_V8_VERSION "0.1.4"
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user