include/rucy.h in rucy-0.1.6 vs include/rucy.h in rucy-0.1.7

- old
+ new

@@ -1,10 +1,18 @@ // -*- c++ -*- -#include <rucy/defs.h> +#pragma once +#ifndef __RUCY_H__ +#define __RUCY_H__ + + +#include <rucy/ruby.h> #include <rucy/rucy.h> #include <rucy/value.h> #include <rucy/exception.h> #include <rucy/function.h> #include <rucy/module.h> #include <rucy/class.h> #include <rucy/symbol.h> #include <rucy/extension.h> + + +#endif//EOH