[Lsb-infrastructure] [Bug 2296] New: Improve NULL constant declaration

bugzilla-daemon at linux-foundation.org bugzilla-daemon at linux-foundation.org
Tue Sep 9 06:33:35 PDT 2008


http://bugs.linuxbase.org/show_bug.cgi?id=2296

           Summary: Improve NULL constant declaration
           Product: Infrastructure
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Database
        AssignedTo: mats at freestandards.org
        ReportedBy: silakov at ispras.ru
         QAContact: lsb-infrastructure at freestandards.org


Created an attachment (id=1250)
 --> (http://bugs.linuxbase.org/attachment.cgi?id=1250)
SQL to fix NULL declaration

Upstream defines NULL as follows:

#ifndef __cplusplus
#define NULL ((void *)0)
#else  
#define NULL 0
#endif

And it would be nice for us to follow this way using 'Declaration'
ConstantAttribute entry.


-- 
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the lsb-infrastructure mailing list