summaryrefslogtreecommitdiffhomepage
path: root/src/variable.c
diff options
context:
space:
mode:
authormimaki <[email protected]>2012-04-23 11:46:16 +0900
committermimaki <[email protected]>2012-04-23 11:46:16 +0900
commit835443614d21b13b27af3674d7f8cb9bf49c298b (patch)
tree8abce0109e097f1b49d6ba5c6a7c2ce26d841698 /src/variable.c
parent1af5ac0ff473c3cbf2637932c31dfe2d4b13bfde (diff)
downloadmruby-835443614d21b13b27af3674d7f8cb9bf49c298b.tar.gz
mruby-835443614d21b13b27af3674d7f8cb9bf49c298b.zip
add file header
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/variable.c b/src/variable.c
index 0bc1f0de1..5c3c493d8 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -1,3 +1,9 @@
+/*
+** variable.c - mruby variables
+**
+** See Copyright Notice in mruby.h
+*/
+
#include "mruby.h"
#include "mruby/class.h"
#include "ritehash.h"