diff options
author | foobar <sniper@php.net> | 2003-02-01 01:49:15 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-02-01 01:49:15 +0000 |
commit | 333406bdc22fcc14db08f2685b4c76f87ac7b1db (patch) | |
tree | 0b02fb6698a3fb456ea72744cd826b91247fd949 /Zend/zend_highlight.h | |
parent | bdb1c0cf8680cde2e44c31764f4fcfc703f25ed6 (diff) | |
download | php-git-333406bdc22fcc14db08f2685b4c76f87ac7b1db.tar.gz |
- Added some missing CVS $Id$ tags, headers and footers.
Diffstat (limited to 'Zend/zend_highlight.h')
-rw-r--r-- | Zend/zend_highlight.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Zend/zend_highlight.h b/Zend/zend_highlight.h index 29249a17e6..807270049e 100644 --- a/Zend/zend_highlight.h +++ b/Zend/zend_highlight.h @@ -17,6 +17,7 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ #ifndef ZEND_HIGHLIGHT_H #define ZEND_HIGHLIGHT_H @@ -50,3 +51,11 @@ END_EXTERN_C() extern zend_syntax_highlighter_ini syntax_highlighter_ini; #endif + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + */ |