Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Huck <huck@i6.informatik.rwth-aachen.de>2015-03-10 00:44:54 +0300
committerMatthias Huck <huck@i6.informatik.rwth-aachen.de>2015-03-10 00:44:54 +0300
commit524ed4406e9eb2dc5796312b46f4915df67dd930 (patch)
tree2b7898be4a2102071f86f21c3b38c2f29e044507 /moses/TypeDef.h
parent559077f6f8f3fb2354a33bd49d1fc6569269c8ac (diff)
pragma once
Diffstat (limited to 'moses/TypeDef.h')
-rw-r--r--moses/TypeDef.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/moses/TypeDef.h b/moses/TypeDef.h
index 93a328ba3..59cb91499 100644
--- a/moses/TypeDef.h
+++ b/moses/TypeDef.h
@@ -17,8 +17,7 @@ License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/
-#ifndef moses_TypeDef_h
-#define moses_TypeDef_h
+#pragma once
#include <list>
#include <limits>
@@ -188,4 +187,4 @@ typedef std::vector<FactorType> FactorList;
typedef std::pair<std::vector<std::string const*>,WordAlignments > StringWordAlignmentCand;
}
-#endif
+