temporarily disable printf builtin

This commit is contained in:
jtc 1994-05-11 17:14:22 +00:00
parent 05a9db8e4f
commit 714c2cc318
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
PROG= sh
SRCS= alias.c builtins.c cd.c echo.c error.c eval.c exec.c expand.c \
histedit.c input.c jobs.c mail.c main.c memalloc.c miscbltin.c \
mystring.c nodes.c options.c parser.c printf.c redir.c show.c \
mystring.c nodes.c options.c parser.c redir.c show.c \
signames.c syntax.c trap.c output.c var.c
OBJS+= init.o arith.o arith_lex.o
LDADD= -ll -ledit -ltermcap -lcompat

View File

@ -73,7 +73,7 @@ jobscmd jobs
#linecmd line
localcmd local
#nlechocmd nlecho
printfcmd printf
#printfcmd printf
pwdcmd pwd
readcmd read
returncmd return

View File

@ -73,7 +73,7 @@ jobscmd jobs
#linecmd line
localcmd local
#nlechocmd nlecho
printfcmd printf
#printfcmd printf
pwdcmd pwd
readcmd read
returncmd return