summaryrefslogtreecommitdiff
path: root/tests/tio_str.c
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-22 13:35:50 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-08-22 13:35:50 +0000
commitf29aa6c69f5946576921b8675861c01a20aa22f9 (patch)
tree92972f5422fc5675d6c48a51792bdc8678f4510b /tests/tio_str.c
parent432d31c63f3066268d311836f6c8eac122b685d9 (diff)
downloadmpc-f29aa6c69f5946576921b8675861c01a20aa22f9.tar.gz
configure.ac, tio_str.c: renamed NO_STREAM_REDIRECTION into MPC_NO_STREAM_REDIRECTION
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1023 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tests/tio_str.c')
-rw-r--r--tests/tio_str.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tio_str.c b/tests/tio_str.c
index 9b46d0f..c9b519f 100644
--- a/tests/tio_str.c
+++ b/tests/tio_str.c
@@ -157,7 +157,7 @@ check_io_str (mpc_ptr read_number, mpc_ptr expected)
}
}
-#ifndef NO_STREAM_REDIRECTION
+#ifndef MPC_NO_STREAM_REDIRECTION
/* test out_str with stream=NULL */
static void
check_stdout (mpc_ptr read_number, mpc_ptr expected)
@@ -207,7 +207,7 @@ check_stdout (mpc_ptr read_number, mpc_ptr expected)
close(fd);
clearerr(stdin);
}
-#endif /* NO_STREAM_REDIRECTION */
+#endif /* MPC_NO_STREAM_REDIRECTION */
int
main (void)