php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #500 /constants.h need a empty line at EOF
Submitted: 1998-07-02 10:03 UTC Modified: 1998-07-02 11:26 UTC
From: ggnet at icon dot co dot za Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0 Final Release OS: Unixware 2.1.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ggnet at icon dot co dot za
New email:
PHP Version: OS:

 

 [1998-07-02 10:03 UTC] ggnet at icon dot co dot za
/constants.h need a empty line at EOF.
Go to the last line at EOF, at a empty line at EOF and save.
{
extern void php3_defined(INTERNAL_FUNCTION_PARAMETERS);



#endif

~
~
}

uw01#root@/big/nodel/php-3.0>make
        cc -g   -I. -I.   -I../apache_1.3.0/src/include -I../apache_1.3.0/src/os
/unix                 -c language-parser.tab.c
UX:acomp: ERROR: "./constants.h", line 40: #ifndef on line 1 has no matching #en
dif
UX:acomp: WARNING: "./constants.h", line 40: newline not last character in file
UX:acomp: ERROR: "./constants.h", line 40: #if-less #endif
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-02 11:26 UTC] rasmus
Already fixed in CVS
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 14:01:36 2025 UTC