Explorar el Código

- Added Id tag property to .h and .cc

Felipe Pena hace 14 años
padre
commit
c2f284f39d
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      php_v8js.h
  2. 1 1
      php_v8js_macros.h
  3. 1 1
      v8js.cc

+ 1 - 1
php_v8js.h

@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: header 297205 2010-03-30 21:09:07Z johannes $ */
+/* $Id$ */
 
 #ifndef PHP_V8JS_H
 #define PHP_V8JS_H

+ 1 - 1
php_v8js_macros.h

@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: header 297205 2010-03-30 21:09:07Z johannes $ */
+/* $Id$ */
 
 #ifndef PHP_V8JS_MACROS_H
 #define PHP_V8JS_MACROS_H

+ 1 - 1
v8js.cc

@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: header 297205 2010-03-30 21:09:07Z johannes $ */
+/* $Id$ */
 
 #define V8JS_DEBUG 0