summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-11-23 01:26:29 +0100
committerFlorian Frank <flori@ping.de>2011-11-23 01:26:29 +0100
commit93d641a9e9d3b6b314e122765dc5c179005852a7 (patch)
tree5945fc9bdbcede0c5c437d6f0bd995dee3fe09d9
parent3c7ba7f2a73223b83febaaa0396bd2920adb0c11 (diff)
downloadjson-93d641a9e9d3b6b314e122765dc5c179005852a7.tar.gz
avoid symlink
-rw-r--r--ext/json/ext/fbuffer.h (renamed from ext/json/ext/generator/fbuffer.h)0
-rw-r--r--ext/json/ext/generator/generator.c2
l---------ext/json/ext/parser/fbuffer.h1
-rw-r--r--ext/json/ext/parser/parser.c2
-rw-r--r--ext/json/ext/parser/parser.rl2
5 files changed, 3 insertions, 4 deletions
diff --git a/ext/json/ext/generator/fbuffer.h b/ext/json/ext/fbuffer.h
index 7d1dad7..7d1dad7 100644
--- a/ext/json/ext/generator/fbuffer.h
+++ b/ext/json/ext/fbuffer.h
diff --git a/ext/json/ext/generator/generator.c b/ext/json/ext/generator/generator.c
index cc313bc..2f768ac 100644
--- a/ext/json/ext/generator/generator.c
+++ b/ext/json/ext/generator/generator.c
@@ -1,4 +1,4 @@
-#include "fbuffer.h"
+#include "../fbuffer.h"
#include "generator.h"
#ifdef HAVE_RUBY_ENCODING_H
diff --git a/ext/json/ext/parser/fbuffer.h b/ext/json/ext/parser/fbuffer.h
deleted file mode 120000
index d29509f..0000000
--- a/ext/json/ext/parser/fbuffer.h
+++ /dev/null
@@ -1 +0,0 @@
-../generator/fbuffer.h \ No newline at end of file
diff --git a/ext/json/ext/parser/parser.c b/ext/json/ext/parser/parser.c
index 5e4b2b6..067aef4 100644
--- a/ext/json/ext/parser/parser.c
+++ b/ext/json/ext/parser/parser.c
@@ -1,6 +1,6 @@
#line 1 "parser.rl"
-#include "fbuffer.h"
+#include "../fbuffer.h"
#include "parser.h"
/* unicode */
diff --git a/ext/json/ext/parser/parser.rl b/ext/json/ext/parser/parser.rl
index f0c3b8e..d9ae84c 100644
--- a/ext/json/ext/parser/parser.rl
+++ b/ext/json/ext/parser/parser.rl
@@ -1,4 +1,4 @@
-#include "fbuffer.h"
+#include "../fbuffer.h"
#include "parser.h"
/* unicode */