summaryrefslogtreecommitdiff
path: root/ace/pre.h
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-05 12:53:55 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-05 12:53:55 +0000
commit3c61e20f081bf6fbab6d3483e5e7f71cb91c4974 (patch)
tree4d687030d8e848eb2c325e8234fb807f578df890 /ace/pre.h
parent65ce81267a19f490a22443567c75276fc864cbd2 (diff)
downloadATCD-RepositoryManager.tar.gz
This commit was manufactured by cvs2svn to create branchRepositoryManager
'RepositoryManager'.
Diffstat (limited to 'ace/pre.h')
-rw-r--r--ace/pre.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/ace/pre.h b/ace/pre.h
deleted file mode 100644
index 5645562c8e9..00000000000
--- a/ace/pre.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* -*- C++ -*- */
-
-//=============================================================================
-/**
- * @file pre.h
- *
- * $Id$
- *
- * @author Christopher Kohlhoff <chris@kohlhoff.com>
- *
- * This file saves the original alignment rules and changes the alignment
- * boundary to ACE's default.
- *
- */
-//=============================================================================
-
-
-// No header guard
-#if defined (_MSC_VER)
-# pragma warning (disable:4103)
-# pragma pack (push, 8)
-#elif defined (__BORLANDC__)
-# pragma option push -a8 -b -Ve- -Vx- -w-rvl -w-rch -w-ccc -w-obs -w-aus -w-pia -w-inl -w-sig
-# pragma nopushoptwarn
-# pragma nopackwarning
-#endif