* src/reader.c (parse_expect_decl): Use `skip_white_space' and

`read_signed_integer'.
This commit is contained in:
Akim Demaille
2000-10-16 18:05:01 +00:00
parent 79282c5ad0
commit 131e2fef68
2 changed files with 10 additions and 19 deletions

View File

@@ -1,3 +1,9 @@
2000-10-16 Akim Demaille <akim@epita.fr>
* src/reader.c (parse_expect_decl): Use `skip_white_space' and
`read_signed_integer'.
2000-10-16 Akim Demaille <akim@epita.fr>
* src/reader.c (copy_dollar): New function.