From 1dd22a9b4741b668e9d63a98c95a102dc456634b Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Sat, 27 Apr 2024 10:50:13 +0200 Subject: [PATCH] function params must be unique --- doc/il.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/il.txt b/doc/il.txt index 2d488dc..7ec5fd0 100644 --- a/doc/il.txt +++ b/doc/il.txt @@ -439,7 +439,7 @@ return type of the function. All return values of this function must have this return type. If the return type is missing, the function must not return any value. -The parameter list is a comma separated list of +The parameter list is a comma separated list of distinct temporary names prefixed by types. The types are used to correctly implement C compatibility. When an argument has an aggregate type, a pointer to the aggregate is passed