blob: a4820f6e6ac20674d03246a071f17b036901ba93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-src_ordinal.h,v 1.1 2012/12/20 21:47:31 joerg Exp $
--- src/ordinal.h.orig 2012-12-20 18:37:13.000000000 +0000
+++ src/ordinal.h
@@ -1,3 +1,5 @@
+#ifndef ORDINAL_H
+#define ORDINAL_H
#include <stdlib.h>
#include <iostream>
#include <gmpxx.h>
@@ -255,7 +257,4 @@ public:
extern bool interactiveMode ;
}
-
-
-
-
+#endif
|