From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by archone.tamu.edu id <45337>; Sat, 8 Feb 1992 16:37:47 -0600 From: Byron Rakitzis To: rc Subject: patch to builtins.c, when compiling with -DNOLIMITS Message-Id: <92Feb8.163747cst.45337@archone.tamu.edu> Date: Sat, 8 Feb 1992 16:36:43 -0600 Several people noticed this error, so I thought I'd send a patch to the list to stave off any more identical bug reports! *** builtins.c~ Sat Feb 8 14:06:17 1992 --- builtins.c Sat Feb 8 14:32:24 1992 *************** *** 40,46 **** --- 40,48 ---- { b_eval, "eval" }, { b_exec, "exec" }, { b_exit, "exit" }, + #ifndef NOLIMITS { b_limit, "limit" }, + #endif { b_newpgrp, "newpgrp" }, { b_return, "return" }, { b_shift, "shift" },