annotate compile/v/version_39_A.d @ 1320:daef239f37cf

sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
author thomask
date Sun, 31 Dec 2006 19:59:08 +0000
parents 16ecea326f8e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1189
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
1 // $HeadURL$
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
2 // $Date$
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
3 // $Author$
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
4
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
5 // @author@ Thomas Kuehne <thomas-dloop@kuehne.cn>
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
6 // @date@ 2006-10-09
1320
daef239f37cf sed'ed replacement of new:...http.d.puremagic.com/issues/ with http://d.puremagic.com/issues/show_bug.cgi?...
thomask
parents: 1189
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=418
1189
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
8 // @desc@ [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
9
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
10 // __DSTRESS_DFLAGS__ -version=ö本
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
11
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
12 module dstress.compile.v.version_39_A;
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
13
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
14 version(ö本){
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
15 // OK
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
16 }else{
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
17 static assert(0);
16ecea326f8e [Issue 418] New: -version=X and -debug=X command line arguments are rejected if the identifier begins with a non-ASCI letter
thomask
parents:
diff changeset
18 }