OSDN Git Service

roast_pp_arithmetic.h
authormyun2 <myun2@nwhite.info>
Sat, 7 Jul 2012 16:19:19 +0000 (01:19 +0900)
committermyun2 <myun2@nwhite.info>
Sat, 7 Jul 2012 16:19:19 +0000 (01:19 +0900)
roast/include/roast/pp/pp.hpp [deleted file]
roast/include/roast/pp/roast_pp.h [deleted file]
roast/include/roast/pp/roast_pp_arithmetic.h

diff --git a/roast/include/roast/pp/pp.hpp b/roast/include/roast/pp/pp.hpp
deleted file mode 100644 (file)
index 48fe024..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/*     Roast+ License
-*/
-#ifndef __SFJP_OPENMGL_roast_pp_pp_HPP__
-#define __SFJP_OPENMGL_roast_pp_pp_HPP__
-
-#include "roast_pp.h"
-
-#endif//__SFJP_OPENMGL_roast_pp_pp_HPP__
\ No newline at end of file
diff --git a/roast/include/roast/pp/roast_pp.h b/roast/include/roast/pp/roast_pp.h
deleted file mode 100644 (file)
index d9dee5e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/*     Roast+ License
-*/
-#ifndef __SFJP_OPENMGL_roast_pp_H__
-#define __SFJP_OPENMGL_roast_pp_H__
-
-#define ROAST_PP_LPARE         (
-
-#include "roast_pp_repeat.h"
-#include "roast_pp_repeat_Z.h"
-#include "roast_pp_repeat_Y.h"
-#include "roast_pp_arithmetic.h"
-
-#endif//__SFJP_OPENMGL_roast_pp_H__
index 7471cce..17ddbec 100644 (file)
@@ -1,17 +1,18 @@
-////////////////////////////////////////////////////////////////
-//
-//  Roast+ \83v\83\8a\83v\83\8d\83Z\83b\83\8eZ\8fp\8cn
-//  Roast+ Preprocessor Arithmetic
-//                                           2009/07/01 myun2
-//                             Copyright 2009 Open-MGL Project
-//
-//                    http://sourceforge.jp/projects/open-mgl/
-//
-////////////////////////////////////////////////////////////////
+/*
+       Roast+ C++ Library
+       Copyright 2010-2012 myun2, Roast+ Project http://sourceforge.jp/projects/roast/
+       
+       Distributed under the Roast+ License
+       See http://sourceforge.jp/projects/roast/wiki/License
+*/
 
 #ifndef __SFJP_OPENMGL__roast_pp_arithmetic_H__
 #define __SFJP_OPENMGL__roast_pp_arithmetic_H__
 
+#include "roast/pp/increment.h"
+#include "roast/pp/decrement.h"
+#include "roast/pp/pow.h"
+
 #define ROAST_PP_ARITH_FIX_(X)         X
 #define ROAST_PP_ARITH_FIX(X)          ROAST_PP_ARITH_FIX_(X)