index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
cmd
/
cc
/
omachcap.c
blob: c05286b0b6e0784134f5dc1e08ddfeb08f16a2a7 (
plain
)
1
2
3
4
5
6
7
8
#include
"cc.h"
/* default, like old cc */
int
machcap
(
Node
*
)
{
return
0
;
}