pancake e095383371 * fix make clean in r2-bindings
* bump configure.acr
* automatize update of node_modules with make
* deprecate nodejs/ (as requested by eddyb)
2012-06-21 18:13:41 +02:00

11 lines
230 B
Plaintext

* make vapi for RRegex
* fix c++ bindings like this:
namespace Radere {
namespace Core {
class RAnalValue{
public:
RAnalValue *m_self; //No se pq li dius self, pot confondre amb el this ¿no?
};
}//ns Radare
}//ns Core