summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-01 01:49:15 +0000
committerfoobar <sniper@php.net>2003-02-01 01:49:15 +0000
commit333406bdc22fcc14db08f2685b4c76f87ac7b1db (patch)
tree0b02fb6698a3fb456ea72744cd826b91247fd949 /Zend/zend_operators.c
parentbdb1c0cf8680cde2e44c31764f4fcfc703f25ed6 (diff)
downloadphp-git-333406bdc22fcc14db08f2685b4c76f87ac7b1db.tar.gz
- Added some missing CVS $Id$ tags, headers and footers.
Diffstat (limited to 'Zend/zend_operators.c')
-rw-r--r--Zend/zend_operators.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c
index b526e454a5..5374bfb4e7 100644
--- a/Zend/zend_operators.c
+++ b/Zend/zend_operators.c
@@ -17,6 +17,8 @@
+----------------------------------------------------------------------+
*/
+/* $Id$ */
+
#include <ctype.h>
#include "zend.h"
@@ -1783,4 +1785,12 @@ ZEND_API void zend_locale_sprintf_double(zval *op ZEND_FILE_LINE_DC)
*p = EG(float_separator)[0];
}
}
-} \ No newline at end of file
+}
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ */