From fcc5b32267d22de13553c0f5fc61ae60f0723a50 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Fri, 16 Feb 2018 16:32:41 +0100 Subject: Renamed StructReturn to structPassing --- cparser/StructPassing.mli | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cparser/StructPassing.mli (limited to 'cparser/StructPassing.mli') diff --git a/cparser/StructPassing.mli b/cparser/StructPassing.mli new file mode 100644 index 00000000..45899a46 --- /dev/null +++ b/cparser/StructPassing.mli @@ -0,0 +1,16 @@ +(* *********************************************************************) +(* *) +(* The Compcert verified compiler *) +(* *) +(* Xavier Leroy, INRIA Paris-Rocquencourt *) +(* *) +(* Copyright Institut National de Recherche en Informatique et en *) +(* Automatique. All rights reserved. This file is distributed *) +(* under the terms of the GNU General Public License as published by *) +(* the Free Software Foundation, either version 2 of the License, or *) +(* (at your option) any later version. This file is also distributed *) +(* under the terms of the INRIA Non-Commercial License Agreement. *) +(* *) +(* *********************************************************************) + +val program: C.program -> C.program -- cgit