Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

switch to C99 inline standard #79

Open
pabigot opened this issue Nov 19, 2014 · 0 comments
Open

switch to C99 inline standard #79

pabigot opened this issue Nov 19, 2014 · 0 comments
Assignees
Milestone

Comments

@pabigot
Copy link
Owner

pabigot commented Nov 19, 2014

The proper use is not "static inline" in the header, but plain "inline" in the header and a single extern non-inline declaration in exactly one translation unit to backfill the global symbol. Unlike previous assumptions it's not necessary to replicate the definition in the backfill unit.

@pabigot pabigot self-assigned this Nov 19, 2014
@pabigot pabigot added this to the next milestone Nov 19, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant