mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-01 21:19:16 -06:00
Add guard macro to gnu-rational.hpp.
This commit is contained in:
parent
e1b280b36b
commit
a88d21245e
@ -19,8 +19,12 @@
|
|||||||
* Boston, MA 02110-1301, USA gnu@gnu.org *
|
* Boston, MA 02110-1301, USA gnu@gnu.org *
|
||||||
* *
|
* *
|
||||||
*******************************************************************/
|
*******************************************************************/
|
||||||
#include "gnc-int128.hpp"
|
|
||||||
|
#ifndef __GNC_RATIONAL_HPP__
|
||||||
|
#define __GNC_RATIONAL_HPP__
|
||||||
|
|
||||||
#include "gnc-numeric.h"
|
#include "gnc-numeric.h"
|
||||||
|
#include "gnc-int128.hpp"
|
||||||
|
|
||||||
struct GncDenom;
|
struct GncDenom;
|
||||||
|
|
||||||
@ -104,3 +108,4 @@ struct GncDenom
|
|||||||
unsigned int m_sigfigs;
|
unsigned int m_sigfigs;
|
||||||
GNCNumericErrorCode m_error;
|
GNCNumericErrorCode m_error;
|
||||||
};
|
};
|
||||||
|
#endif //__GNC_RATIONAL_HPP__
|
||||||
|
Loading…
Reference in New Issue
Block a user