summaryrefslogtreecommitdiff
path: root/cxx
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-10-01 01:03:37 +0200
committerKevin Ryde <user42@zip.com.au>2003-10-01 01:03:37 +0200
commite87ce45484deccb8431e4d18e00bdb986722bf3d (patch)
treebbd71070d92ec7f50c37efa5376c97fedfd149f1 /cxx
parent1a1354d70ecdd992f86ad6d7688b439a9c15ecdb (diff)
downloadgmp-e87ce45484deccb8431e4d18e00bdb986722bf3d.tar.gz
* cxx/dummy.cc: Moved from top-level dummy.cc.
Diffstat (limited to 'cxx')
-rw-r--r--cxx/dummy.cc24
1 files changed, 24 insertions, 0 deletions
diff --git a/cxx/dummy.cc b/cxx/dummy.cc
new file mode 100644
index 000000000..d797cdc0c
--- /dev/null
+++ b/cxx/dummy.cc
@@ -0,0 +1,24 @@
+/* Dummy file to make automake treat libgmpxx.la as C++.
+
+Copyright 2002 Free Software Foundation, Inc.
+
+This file is part of the GNU MP Library.
+
+The GNU MP Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 2.1 of the License, or (at your
+option) any later version.
+
+The GNU MP Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+License for more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+MA 02111-1307, USA. */
+
+
+/* some compilers reputedly dislike completely empty files */
+typedef int foo;