#4670: IcedTea-Web-1.4.2 does not compile against Xulrunner-27
---------------------+--------------------------
Reporter: merlock | Owner: blfs-book@…
Type: defect | Status: new
Priority: normal | Milestone: current
Component: BOOK | Version: SVN
Severity: normal | Resolution:
Keywords: |
---------------------+--------------------------
Comment (by merlock):
Better diff:
{{{
merell [ ~ ]$ diff /usr/lib/xulrunner-devel-26.0/include/npruntime.h
/usr/lib/xulrunner-devel-27.0/include/npruntime.h
140c140
< (_v).value.objectValue = NULL;
\
---
> (_v).value.objectValue = nullptr;
\
146c146
< (_v).value.objectValue = NULL;
\
---
> (_v).value.objectValue = nullptr;
\
219c219
< NPIdentifier(s) will be NULL. NPIdentifier lifetime is controlled
---
> NPIdentifier(s) will be nullptr. NPIdentifier lifetime is controlled
286,288c286,288
< will typically return immediately, with 0 or NULL, from an attempt
< to dispatch to a NPObject, but this behavior should not be
< depended upon.)
---
> will typically return immediately, with 0 or nullptr, from an
> attempt to dispatch to a NPObject, but this behavior should not
> be depended upon.)
}}}
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/4670#comment:1>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page