summaryrefslogtreecommitdiff
path: root/ext/json/ext/parser
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 /ext/json/ext/parser
parent3c7ba7f2a73223b83febaaa0396bd2920adb0c11 (diff)
downloadjson-93d641a9e9d3b6b314e122765dc5c179005852a7.tar.gz
avoid symlink
Diffstat (limited to 'ext/json/ext/parser')
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
3 files changed, 2 insertions, 3 deletions
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 */