diff options
author | Steve Huston <shuston@riverace.com> | 1999-03-16 01:17:20 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-03-16 01:17:20 +0000 |
commit | 0c55e40f2e6fa22a802cbfe286ce2780aed24d63 (patch) | |
tree | f0bb85edba8d09f244521dcaf162a174351b4ceb /etc | |
parent | 63344c4908e2072d9a9293678b95cb2ecd8566b9 (diff) | |
download | ATCD-0c55e40f2e6fa22a802cbfe286ce2780aed24d63.tar.gz |
New file to help with template instantiation building shared lib on AIX.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/xlc_dummy.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/xlc_dummy.cpp b/etc/xlc_dummy.cpp new file mode 100644 index 00000000000..6a89bb5becf --- /dev/null +++ b/etc/xlc_dummy.cpp @@ -0,0 +1,6 @@ +// $Id$ +// +// This file exists only to help with template instantiation when building +// shared libraries on AIX using C Set++. See rules.lib.GNU for usage. + +main() {} |