[PHP-DEV] PHP 4.0 Bug #6754 Updated: snmp.c: illegal charachters in #ifdef From: Bug Database (php-dev <email protected>)
Date: 09/14/00

ID: 6754
User Update by: Wolfram.Schmidt <email protected>
Status: Open
Old-Bug Type: Compile Failure
Bug Type: Compile Warning
Description: snmp.c: illegal charachters in #ifdef

Oops. Should be Compiler Warning - corrected.

Previous Comments:
---------------------------------------------------------------------------

[2000-09-14 04:37:49] Wolfram.Schmidt <email protected>
Error messages:
"...../php-4.0.2/Zend/zend_compile.h", line 33: warning: #ifdef must be followed by an identifier
"...../php-4.0.2/Zend/zend_compile.h", line 33: warning: tokens ignored at end of directive line
"...../php-4.0.2/Zend/zend_compile.h", line 33: warning: #ifdef must be followed by an identifier
"...../php-4.0.2/Zend/zend_compile.h", line 33: warning: tokens ignored at end of directive line

% head -33 ...../php-4.0.2/Zend/zend_compile.h | tail -1
#ifdef( __cplusplus)
%

It's been a long time sine I wrote my last C program. Nevertheless I think the compiler is right.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6754

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>