xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f73b81205e6c3ffc14b6f657f50ce3dd1fc99722
parent c780dbf96735123f19ad022cefd555614725fc88
Author: kolya <kolya>
Date:   Sun, 12 Oct 2008 19:54:11 +0000

minor cleanup with STUB macro

Diffstat:
Mrunoff | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/runoff b/runoff @@ -151,7 +151,9 @@ done ) >alltext perl -n -e 'print if s/^([0-9]+ [a-zA-Z0-9_]+)\(.*$/\1/;' alltext | - egrep -v ' (usage|main|if|for)$' >>defs + egrep -v ' (STUB|usage|main|if|for)$' >>defs +#perl -n -e 'print if s/^([0-9]+) STUB\(([a-zA-Z0-9_]+)\)$/\1 \2/;' alltext \ +# >>defs ( >s.defs