From 74b723e69c3713c8acc39b547a9daa9c51d05df0 Mon Sep 17 00:00:00 2001 From: xleroy Date: Mon, 27 Feb 2012 09:23:58 +0000 Subject: Make CPragmas common to all ports. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1828 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- powerpc/macosx/CPragmas.ml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 powerpc/macosx/CPragmas.ml (limited to 'powerpc/macosx') diff --git a/powerpc/macosx/CPragmas.ml b/powerpc/macosx/CPragmas.ml deleted file mode 100644 index ede2f38c..00000000 --- a/powerpc/macosx/CPragmas.ml +++ /dev/null @@ -1,21 +0,0 @@ -(* *********************************************************************) -(* *) -(* 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. *) -(* *) -(* *********************************************************************) - -(* Platform-dependent handling of pragmas *) - -(* No pragmas supported on PowerPC/MacOS *) - -let initialize () = () - -- cgit