• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

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

Revision6b3cd8389cca1b9be6e014e2debe69c86d1760ae (tree)
Zeit2006-04-01 06:23:56
AutorDaniel Jacobowitz <drow@fals...>
CommiterDaniel Jacobowitz

Log Message

Awk portability fix.

Ändern Zusammenfassung

Diff

--- 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 "'\''\\'\'''\'', "