0
0
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:
Stefan Siegl 2014-12-13 00:45:05 +01:00
parent d269809d8b
commit 3efec8d428
5 changed files with 0 additions and 10 deletions

View File

@ -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])

View File

@ -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

View File

@ -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

View File

@ -11,8 +11,6 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif

View File

@ -11,8 +11,6 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif