diff options
author | John Wiegley <johnw@newartisans.com> | 2009-03-09 03:30:23 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-03-09 21:51:02 -0400 |
commit | e0473e207b299858ef9550ed71be125a9db994ac (patch) | |
tree | c465423f60a66fe739b52a713dea700e86e926d5 /src | |
parent | 6154b9e794942bae557516a358e1bc3d665b60db (diff) | |
download | ledger-e0473e207b299858ef9550ed71be125a9db994ac.tar.gz ledger-e0473e207b299858ef9550ed71be125a9db994ac.tar.bz2 ledger-e0473e207b299858ef9550ed71be125a9db994ac.zip |
Rewrote acprep in Python and improved the build
Diffstat (limited to 'src')
-rw-r--r-- | src/system.hh.in (renamed from src/system.hh) | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/src/system.hh b/src/system.hh.in index 15976459..a121e7ba 100644 --- a/src/system.hh +++ b/src/system.hh.in @@ -31,25 +31,9 @@ /** * @addtogroup util - */ - -/** - * @file system.hh - * @author John Wiegley - * - * @ingroup util - * - * @brief Brief * - * Long. - */ -#ifndef _SYSTEM_HH -#define _SYSTEM_HH - -/** * @file system.hh * @author John Wiegley - * @date Mon Apr 23 03:43:05 2007 * * @brief All system headers needed by Ledger. * @@ -57,6 +41,8 @@ * None of these header files (with the exception of acconf.h, when * configure is re-run) are expected to change. */ +#ifndef _SYSTEM_HH +#define _SYSTEM_HH #include "config.h" |