[php-directfb-cvs] PHP-DirectFB/src php_directfb.h,1.1.1.1,1.2
Status: Pre-Alpha
Brought to you by:
klan
From: Claudio C. <kl...@us...> - 2004-11-11 18:19:07
|
Update of /cvsroot/php-directfb/PHP-DirectFB/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9028 Modified Files: php_directfb.h Log Message: Fixed a message. Index: php_directfb.h =================================================================== RCS file: /cvsroot/php-directfb/PHP-DirectFB/src/php_directfb.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** php_directfb.h 10 Nov 2004 12:14:29 -0000 1.1.1.1 --- php_directfb.h 11 Nov 2004 18:18:57 -0000 1.2 *************** *** 50,54 **** static ZEND_FUNCTION( iface##_Construct ) { \ php_error( E_ERROR, \ ! "constructing directly interface %s is not allowed", \ #iface ); \ ZVAL_NULL( getThis() ); \ --- 50,54 ---- static ZEND_FUNCTION( iface##_Construct ) { \ php_error( E_ERROR, \ ! "direct constructor on interface %s is not possible", \ #iface ); \ ZVAL_NULL( getThis() ); \ |