• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révision6b3cd8389cca1b9be6e014e2debe69c86d1760ae (tree)
l'heure2006-04-01 06:23:56
AuteurDaniel Jacobowitz <drow@fals...>
CommiterDaniel Jacobowitz

Message de Log

Awk portability fix.

Change Summary

Modification

--- a/gdb/features/feature_to_c.sh
+++ b/gdb/features/feature_to_c.sh
@@ -24,7 +24,7 @@ for input in dummy "$@"; do
2424 } {
2525 split($0, line, "");
2626 printf " "
27- for (i = 1; i <= length(line); i++) {
27+ for (i = 1; i <= length($0); i++) {
2828 c = line[i]
2929 if (c == "'\''") {
3030 printf "'\''\\'\'''\'', "