]> granicus.if.org Git - php/commitdiff
- Fix macro usage
authorMarcus Boerger <helly@php.net>
Mon, 1 Nov 2004 17:26:15 +0000 (17:26 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 1 Nov 2004 17:26:15 +0000 (17:26 +0000)
ext/spl/spl_exceptions.c

index 4d45133ddb70db5a2bd70f046a7fdd2971c25808..9d19962cc0a6c2f77b909b1a2e1a8504ccca258c 100755 (executable)
@@ -56,7 +56,7 @@ PHP_MINIT_FUNCTION(spl_exceptions)
     REGISTER_SPL_SUB_CLASS_EX(OutOfRangeException,      LogicException,   NULL, NULL);
 
     REGISTER_SPL_SUB_CLASS_EX(RuntimeException,         Exception,        NULL, NULL);
-    REGISTER_SPL_SUB_CLASS_EX(OutOfBoundsException      RuntimeException, NULL, NULL);
+    REGISTER_SPL_SUB_CLASS_EX(OutOfBoundsException,     RuntimeException, NULL, NULL);
     REGISTER_SPL_SUB_CLASS_EX(OverflowException,        RuntimeException, NULL, NULL);
     REGISTER_SPL_SUB_CLASS_EX(RangeException,           RuntimeException, NULL, NULL);
     REGISTER_SPL_SUB_CLASS_EX(UnderflowException,       RuntimeException, NULL, NULL);