From 914d8eb5d8efcdd32ad1fc51c7824e66fdac7960 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 18 Apr 2019 19:02:29 -0700 Subject: Fix link --- doc/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/extensions.md b/doc/extensions.md index 14ec71b..ad7b30d 100644 --- a/doc/extensions.md +++ b/doc/extensions.md @@ -59,4 +59,5 @@ as `E1 ? E1 : E2`, except that `E1` is evaluated only once. [GNU extensions]: https://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html [`__typeof__`]: https://gcc.gnu.org/onlinedocs/gcc/Typeof.html +[`__builtin_offsetof`]: https://gcc.gnu.org/onlinedocs/gcc/Offsetof.html [Statement expressions]: https://gcc.gnu.org/onlinedocs/gcc/Statement-Exprs.html -- cgit v1.2.3