]> granicus.if.org Git - php/commitdiff
Id tag added
authorAndrey Hristov <andrey@php.net>
Sat, 19 Jul 2003 18:52:49 +0000 (18:52 +0000)
committerAndrey Hristov <andrey@php.net>
Sat, 19 Jul 2003 18:52:49 +0000 (18:52 +0000)
ext/tokenizer/php_tokenizer.h
ext/tokenizer/tokenizer.c

index d53a3dc8d52acab3bc81f839d482cd4bda18bc87..ffcfb8fd98fcf2ae38004e3d3f8640b2cc514742 100644 (file)
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
  */
 
+/* $Id$ */
+
 #ifndef PHP_TOKENIZER_H
 #define PHP_TOKENIZER_H
 
index 62d1a49d4cd2168f55e095cd94ee8b5acadea0ed..3414543d8f5956c1e4d1693145f58f2ecbd8d34c 100644 (file)
@@ -16,6 +16,8 @@
    +----------------------------------------------------------------------+
 */
 
+/* $Id$ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif