summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2021-09-09 17:08:21 -0700
committerAdrian Thurston <thurston@colm.net>2021-09-09 17:08:21 -0700
commitc2934075dff713432222dbd3765c185c367fbe34 (patch)
treec570c6a17d2d7133232df0f361547e16495e39ff
parentb2ddda280e27e9261f8b4aa143a74993edcd9e00 (diff)
downloadragel-c2934075dff713432222dbd3765c185c367fbe34.tar.gz
D language stdio has moved
-rw-r--r--test/ragel.d/clang3.rl2
-rw-r--r--test/ragel.d/cppscan4.rl2
-rw-r--r--test/ragel.d/cppscan5.rl2
-rw-r--r--test/ragel.d/export4.rl2
-rw-r--r--test/ragel.d/trans-d.lm1
5 files changed, 5 insertions, 4 deletions
diff --git a/test/ragel.d/clang3.rl b/test/ragel.d/clang3.rl
index a3c162fa..e3db7be8 100644
--- a/test/ragel.d/clang3.rl
+++ b/test/ragel.d/clang3.rl
@@ -5,7 +5,7 @@
module clang;
-import std.c.stdio;
+import core.stdc.stdio;
import std.stdio;
char[] string(char c)
diff --git a/test/ragel.d/cppscan4.rl b/test/ragel.d/cppscan4.rl
index 9fb2f10c..c666deed 100644
--- a/test/ragel.d/cppscan4.rl
+++ b/test/ragel.d/cppscan4.rl
@@ -4,7 +4,7 @@
module cppscan;
-import std.c.stdio;
+import core.stdc.stdio;
import std.stdio;
import std.string;
diff --git a/test/ragel.d/cppscan5.rl b/test/ragel.d/cppscan5.rl
index e4244129..a2fb1d84 100644
--- a/test/ragel.d/cppscan5.rl
+++ b/test/ragel.d/cppscan5.rl
@@ -6,7 +6,7 @@
* Test in and out state actions.
*/
-import std.c.stdio;
+import core.stdc.stdio;
import std.string;
static const int TK_Dlit = 192;
diff --git a/test/ragel.d/export4.rl b/test/ragel.d/export4.rl
index 7600dd06..ba97630f 100644
--- a/test/ragel.d/export4.rl
+++ b/test/ragel.d/export4.rl
@@ -2,7 +2,7 @@
* @LANG: d
*/
-import std.c.stdio;
+import core.stdc.stdio;
import std.string;
%%{
diff --git a/test/ragel.d/trans-d.lm b/test/ragel.d/trans-d.lm
index 8176bc6b..cd560fef 100644
--- a/test/ragel.d/trans-d.lm
+++ b/test/ragel.d/trans-d.lm
@@ -233,6 +233,7 @@ void rw_d( Output: stream )
" */
"
"import std.stdio;
+ "import core.stdc.stdio;
"import std.string;
"
"class [MachineName.mn_word]