Kaynağa Gözat

Fix Linux KAI HTML missing href="..."

[SVN r10565]
Beman Dawes 25 yıl önce
ebeveyn
işleme
fc171d635c
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      status/compiler.cfg

+ 2 - 2
status/compiler.cfg

@@ -70,14 +70,14 @@ kcc
 KCC 4.0e
 KCC -D_ISOC99_SOURCE -c -I%include %source
 KCC -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
-<a http://www.kai.com/C_plus_plus/index.html>KAI<br>KCC</a><br>4.0e
+<a href="http://www.kai.com/C_plus_plus/index.html">KAI<br>KCC</a><br>4.0e
 
 linux
 kcc-strict
 KCC 4.0e (strict mode)
 KCC --linux_strict -D_ISOC99_SOURCE -c -I%include %source
 KCC --linux_strict -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
-<a http://www.kai.com/C_plus_plus/index.html>KAI<br>KCC</a><br>4.0e<br>(strict mode)
+<a href="http://www.kai.com/C_plus_plus/index.html">KAI<br>KCC</a><br>4.0e<br>(strict mode)
 
 hpux
 gcc-295

粤ICP备19079148号