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
 [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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-02 11:26 UTC] rasmus
Already fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 15:01:28 2024 UTC