commit fa157263c8f510318f1f119a2d4843281e506eba from: Russ Cox date: Tue May 19 02:38:54 2020 UTC 9c: fix tab commit - 53bf1f1ccf9a6fee9437649216ac047f80590fae commit + fa157263c8f510318f1f119a2d4843281e506eba blob - dd89929333c94bcb86c4b7052446274df3aead9f blob + a22a0a087a5d0c415dd85ca90874640cbd23b258 --- bin/9c +++ bin/9c @@ -149,7 +149,7 @@ case "$tag" in cflags="$cflags -g" cflags="$cflags -D__sun__ -D__${s}__" ;; -*AIX*) usexlc +*AIX*) usexlc cflags="$cflags -g -D__AIX__" ;; *)