| 1 |
< |
/* Copyright (c) 1995 Regents of the University of California */ |
| 1 |
> |
/* Copyright (c) 1998 Silicon Graphics, Inc. */ |
| 2 |
|
|
| 3 |
|
#ifndef lint |
| 4 |
< |
static char SCCSid[] = "$SunId$ LBL"; |
| 4 |
> |
static char SCCSid[] = "$SunId$ SGI"; |
| 5 |
|
#endif |
| 6 |
|
|
| 7 |
|
/* |
| 105 |
|
char *modname = m->oargs.sarg[foreground ? 0 : 1]; |
| 106 |
|
if (!strcmp(modname, VOIDID)) |
| 107 |
|
omod = OVOID; |
| 108 |
< |
else if ((omod = modifier(modname)) == OVOID) { |
| 108 |
> |
else if ((omod = lastmod(objndx(m), modname)) == OVOID) { |
| 109 |
|
sprintf(errmsg, "undefined modifier \"%s\"", modname); |
| 110 |
|
objerror(m, USER, errmsg); |
| 111 |
|
} |