projects
/
bison.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
gnulib: update
[bison.git]
/
tests
/
torture.at
diff --git
a/tests/torture.at
b/tests/torture.at
index 5489e9199487d87f124f603f4f1898b34f383784..d6b2806a202702faf57028dd41d6191ca25a0bd6 100644
(file)
--- a/
tests/torture.at
+++ b/
tests/torture.at
@@
-1,6
+1,6
@@
# Torturing Bison. -*- Autotest -*-
# Torturing Bison. -*- Autotest -*-
-# Copyright (C) 2001-2002, 2004-2007, 2009-201
3
Free Software
+# Copyright (C) 2001-2002, 2004-2007, 2009-201
5
Free Software
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
@@
-403,7
+403,7
@@
get_args (int argc, const char **argv)
{
int res;
char *endp;
{
int res;
char *endp;
- assert (argc == 2);
+ assert (argc == 2);
(void) argc;
res = strtol (argv[1], &endp, 10);
assert (argv[1] != endp);
assert (0 <= res);
res = strtol (argv[1], &endp, 10);
assert (argv[1] != endp);
assert (0 <= res);