changeset 114:8c93469d5ac4

1) added @bugwatch@ tag 2) changed import std.stdio -> std.c.stdio in order to support older dmd versions
author thomask
date Sun, 07 Nov 2004 19:24:33 +0000
parents 3fe06476fd36
children b8ca1d5e2c60
files complex/command_line/complex.mak readme.txt
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/complex/command_line/complex.mak	Sun Nov 07 19:23:31 2004 +0000
+++ b/complex/command_line/complex.mak	Sun Nov 07 19:24:33 2004 +0000
@@ -25,6 +25,9 @@
 	complex/command_line/$(complex_done) \
 	complex/command_line/clean
 
+.SUFFIXES: \
+	.cmdnullfail
+	
 complex/command_line/warning :
 	@echo "don't invoke this file directly, instead use DStress' root Makefile with the target \"complex/command_line/complex.done\", \"complex\" or \"all\""
 
--- a/readme.txt	Sun Nov 07 19:23:31 2004 +0000
+++ b/readme.txt	Sun Nov 07 19:24:33 2004 +0000
@@ -38,4 +38,5 @@
 	@uri@			message id
 	@url@			message xRef
 	@WARNING@		external dependencies (e.g. Phobos)
+	@bugwatch@		marks glitches used to hide bugs in external dependencies
 	__DSTRESS_DFLAGS__	everything following in the same line will be interpreted as _additional_ compiler flags