threshold of $width is optional.
This commit is contained in:
parent
4b3b41cd79
commit
393a76d57a
5
parse.y
5
parse.y
|
|
@ -19,7 +19,7 @@
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||||
*/
|
*/
|
||||||
#if !defined(WINNT) && !defined(macintosh)
|
#if !defined(WINNT) && !defined(macintosh)
|
||||||
#ident "$Id: parse.y,v 1.129 2001/10/09 18:11:58 steve Exp $"
|
#ident "$Id: parse.y,v 1.130 2001/10/14 02:03:51 steve Exp $"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
|
|
@ -1884,6 +1884,9 @@ specify_item
|
||||||
{ delete $5;
|
{ delete $5;
|
||||||
delete $7;
|
delete $7;
|
||||||
}
|
}
|
||||||
|
| K_Swidth '(' spec_reference_event ',' expression ')' ';'
|
||||||
|
{ delete $5;
|
||||||
|
}
|
||||||
| K_Ssetuphold '(' spec_reference_event ',' spec_reference_event
|
| K_Ssetuphold '(' spec_reference_event ',' spec_reference_event
|
||||||
',' expression ',' expression ')' ';'
|
',' expression ',' expression ')' ';'
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue