summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/tests/psxtests/include/pmacros.h2
-rw-r--r--c/src/tests/psxtests/support/include/pmacros.h2
-rw-r--r--testsuites/psxtests/include/pmacros.h2
3 files changed, 6 insertions, 0 deletions
diff --git a/c/src/tests/psxtests/include/pmacros.h b/c/src/tests/psxtests/include/pmacros.h
index c0449ef558..af55d68c80 100644
--- a/c/src/tests/psxtests/include/pmacros.h
+++ b/c/src/tests/psxtests/include/pmacros.h
@@ -78,6 +78,8 @@
fflush(stdout); \
} while ( 0 )
+#define empty_line() puts( "" )
+
#endif
/* end of file */
diff --git a/c/src/tests/psxtests/support/include/pmacros.h b/c/src/tests/psxtests/support/include/pmacros.h
index c0449ef558..af55d68c80 100644
--- a/c/src/tests/psxtests/support/include/pmacros.h
+++ b/c/src/tests/psxtests/support/include/pmacros.h
@@ -78,6 +78,8 @@
fflush(stdout); \
} while ( 0 )
+#define empty_line() puts( "" )
+
#endif
/* end of file */
diff --git a/testsuites/psxtests/include/pmacros.h b/testsuites/psxtests/include/pmacros.h
index c0449ef558..af55d68c80 100644
--- a/testsuites/psxtests/include/pmacros.h
+++ b/testsuites/psxtests/include/pmacros.h
@@ -78,6 +78,8 @@
fflush(stdout); \
} while ( 0 )
+#define empty_line() puts( "" )
+
#endif
/* end of file */