summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yarp/extension.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/yarp/extension.c b/yarp/extension.c
index a189b1a876..1044dc3d08 100644
--- a/yarp/extension.c
+++ b/yarp/extension.c
@@ -1,5 +1,8 @@
#include "yarp/extension.h"
+// NOTE: this file should contain only bindings.
+// All non-trivial logic should be in librubyparser so it can be shared its the various callers.
+
VALUE rb_cYARP;
VALUE rb_cYARPSource;
VALUE rb_cYARPToken;