summaryrefslogtreecommitdiffstats
path: root/bin/sh/arith_lex.l
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-05-30 20:52:26 +0000
committerphk <phk@FreeBSD.org>1996-05-30 20:52:26 +0000
commita81e9f20dc40905b6464a5693bfcc0acafcc4194 (patch)
treed334720e9d0fc51ccc7cc6ba26607e58456a0237 /bin/sh/arith_lex.l
parent8ed246fa9a32cd3117399666e266ff30de8bc63a (diff)
downloadFreeBSD-src-a81e9f20dc40905b6464a5693bfcc0acafcc4194.zip
FreeBSD-src-a81e9f20dc40905b6464a5693bfcc0acafcc4194.tar.gz
Use new yacc rules. (I'm fixing the tree as fast as I can :-)
Diffstat (limited to 'bin/sh/arith_lex.l')
-rw-r--r--bin/sh/arith_lex.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/arith_lex.l b/bin/sh/arith_lex.l
index c50463f..5a94576 100644
--- a/bin/sh/arith_lex.l
+++ b/bin/sh/arith_lex.l
@@ -34,14 +34,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: arith_lex.l,v 1.2 1994/09/24 02:57:22 davidg Exp $
*/
#ifndef lint
static char sccsid[] = "@(#)arith_lex.l 8.1 (Berkeley) 5/31/93";
#endif /* not lint */
-#include "y.tab.h"
+#include "arith.tab.h"
extern yylval;
extern char *arith_buf, *arith_startbuf;
OpenPOWER on IntegriCloud