From 775812b921a3cf075a2b140e6a42be7b40dfa51d Mon Sep 17 00:00:00 2001 From: Connor Horman Date: Tue, 11 Feb 2025 20:23:05 -0500 Subject: [PATCH] Revert "Update function-pointer.md for stabilization of `extended_varargs_abi_support`" --- src/types/function-pointer.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/types/function-pointer.md b/src/types/function-pointer.md index 243e8e6e5..640b3fcfc 100644 --- a/src/types/function-pointer.md +++ b/src/types/function-pointer.md @@ -52,14 +52,7 @@ function], and the `extern` qualifier indicates it is an [extern function]. r[type.fn-pointer.constraint-variadic] Variadic parameters can only be specified with [`extern`] function types with -these calling conventions: -* `C` -* `cdecl` -* `system` -* `aapcs` -* `sysv64` -* `win64` -* `efiapi` +the `"C"` or `"cdecl"` calling convention. r[type.fn-pointer.attributes] ## Attributes on function pointer parameters