mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
Make the builtin unix macro work as it should (well like Solaris's,
GNU's, and OSF1's).
This commit is contained in:
parent
cecc7b0974
commit
bbfd144724
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38926
@ -39,7 +39,7 @@
|
|||||||
static char sccsid[] = "@(#)eval.c 8.1 (Berkeley) 6/6/93";
|
static char sccsid[] = "@(#)eval.c 8.1 (Berkeley) 6/6/93";
|
||||||
#endif
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id: eval.c,v 1.7 1997/07/23 06:50:04 charnier Exp $";
|
"$Id: eval.c,v 1.8 1997/08/18 21:01:45 jlemon Exp $";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -370,6 +370,10 @@ register int td;
|
|||||||
dodefn(argv[n]);
|
dodefn(argv[n]);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case MACRTYPE:
|
||||||
|
pbstr("");
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
errx(1, "eval: major botch");
|
errx(1, "eval: major botch");
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user