Kaydet (Commit) 7490577f authored tarafından Benjamin Peterson's avatar Benjamin Peterson

compile with -std=c99

üst 0d67ed54
......@@ -6694,6 +6694,8 @@ then
SCO_SV*) OPT="$OPT -m486 -DSCO5"
;;
esac
OPT="$OPT -std=c99"
;;
*)
......
......@@ -1458,6 +1458,8 @@ then
SCO_SV*) OPT="$OPT -m486 -DSCO5"
;;
esac
OPT="$OPT -std=c99"
;;
*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment