diff options
Diffstat (limited to 'usr.bin/m4/expr.c')
-rw-r--r-- | usr.bin/m4/expr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c index b04c0da3b37..6e0b45fa5e4 100644 --- a/usr.bin/m4/expr.c +++ b/usr.bin/m4/expr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: expr.c,v 1.17 2006/01/20 23:10:19 espie Exp $ */ +/* $OpenBSD: expr.c,v 1.18 2010/09/07 19:58:09 marco Exp $ */ /* * Copyright (c) 2004 Marc Espie <espie@cvs.openbsd.org> * @@ -33,7 +33,7 @@ yyerror(const char *msg) return(0); } -int +int expr(const char *toeval) { copy_toeval = toeval; |