Browse Source

function params must be unique

Quentin Carbonneaux 1 year ago
parent
commit
1dd22a9b47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/il.txt

+ 1 - 1
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
 function must have this return type.  If the return
 type is missing, the function must not return any value.
 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
 temporary names prefixed by types.  The types are used
 to correctly implement C compatibility.  When an argument
 to correctly implement C compatibility.  When an argument
 has an aggregate type, a pointer to the aggregate is passed
 has an aggregate type, a pointer to the aggregate is passed