Files
palemoon27/security/nss/cpputil
Pale Moon 243790f5c7 Update NSS to 3.35
Additional code patched for Bug 1440458: Removed all "inline" keywords from "static inline" to solve build bustage.
Both forms ("Static" and "static inline") are functionally equal anyway in ISO C.
2018-07-25 09:58:13 +08:00
..
2018-07-25 08:07:46 +08:00
2018-07-25 09:17:32 +08:00
2018-07-25 09:58:13 +08:00
2018-07-25 08:07:46 +08:00
2018-07-25 09:58:13 +08:00
2018-07-25 09:58:13 +08:00
2018-07-25 08:07:46 +08:00
2018-07-25 09:17:32 +08:00
2018-07-25 08:07:46 +08:00
2018-07-25 09:17:32 +08:00
2018-07-25 09:58:13 +08:00
2018-07-25 08:07:46 +08:00
2018-07-25 09:17:32 +08:00
2018-07-25 09:58:13 +08:00
2018-07-25 08:07:46 +08:00
2018-07-25 09:58:13 +08:00

######################################
## PLEASE READ BEFORE USING CPPUTIL ##
######################################

This is a static library supposed to be mainly used by NSS internally. We use
it for testing, fuzzing, and a few new tools written in C++ that we're
experimenting with.

You might find it handy to use for your own projects but please be aware that
we will make no promises your application won't break in the future. We will
provide no support if you decide to link against it.