Commit:    ec3f8d2b1fc870bc920408a9d878122283e4e576
Author:    Christopher Jones <s...@php.net>         Tue, 20 Aug 2013 11:01:20 
-0700
Parents:   dfb187752ea0326321c0d081e926e0cb11ed0b5b
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=ec3f8d2b1fc870bc920408a9d878122283e4e576

Log:
Remove compilation warnings: "warning: no newline at end of file"

Changed paths:
  M  ext/intl/breakiterator/breakiterator_iterators.h
  M  ext/intl/breakiterator/breakiterator_methods.h
  M  ext/intl/breakiterator/codepointiterator_internal.h
  M  ext/intl/breakiterator/codepointiterator_methods.h
  M  ext/intl/breakiterator/rulebasedbreakiterator_methods.h


Diff:
diff --git a/ext/intl/breakiterator/breakiterator_iterators.h 
b/ext/intl/breakiterator/breakiterator_iterators.h
index 7162072..a955f3a 100644
--- a/ext/intl/breakiterator/breakiterator_iterators.h
+++ b/ext/intl/breakiterator/breakiterator_iterators.h
@@ -39,4 +39,4 @@ U_CFUNC zend_object_iterator *_breakiterator_get_iterator(
                zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC);
 U_CFUNC void breakiterator_register_IntlPartsIterator_class(TSRMLS_D);
 
-#endif
\ No newline at end of file
+#endif
diff --git a/ext/intl/breakiterator/breakiterator_methods.h 
b/ext/intl/breakiterator/breakiterator_methods.h
index a479ac9..bc9ce80 100644
--- a/ext/intl/breakiterator/breakiterator_methods.h
+++ b/ext/intl/breakiterator/breakiterator_methods.h
@@ -61,4 +61,4 @@ PHP_FUNCTION(breakiter_get_error_code);
 
 PHP_FUNCTION(breakiter_get_error_message);
 
-#endif
\ No newline at end of file
+#endif
diff --git a/ext/intl/breakiterator/codepointiterator_internal.h 
b/ext/intl/breakiterator/codepointiterator_internal.h
index 988b91c..933347b 100644
--- a/ext/intl/breakiterator/codepointiterator_internal.h
+++ b/ext/intl/breakiterator/codepointiterator_internal.h
@@ -95,4 +95,4 @@ namespace PHP {
        };
 }
 
-#endif
\ No newline at end of file
+#endif
diff --git a/ext/intl/breakiterator/codepointiterator_methods.h 
b/ext/intl/breakiterator/codepointiterator_methods.h
index d34e5b6..ad3b710 100644
--- a/ext/intl/breakiterator/codepointiterator_methods.h
+++ b/ext/intl/breakiterator/codepointiterator_methods.h
@@ -21,4 +21,4 @@
 
 PHP_FUNCTION(cpbi_get_last_code_point);
 
-#endif
\ No newline at end of file
+#endif
diff --git a/ext/intl/breakiterator/rulebasedbreakiterator_methods.h 
b/ext/intl/breakiterator/rulebasedbreakiterator_methods.h
index edea4ea..861ca42 100644
--- a/ext/intl/breakiterator/rulebasedbreakiterator_methods.h
+++ b/ext/intl/breakiterator/rulebasedbreakiterator_methods.h
@@ -29,4 +29,4 @@ PHP_FUNCTION(rbbi_get_rule_status_vec);
 
 PHP_FUNCTION(rbbi_get_binary_rules);
 
-#endif
\ No newline at end of file
+#endif


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to