diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-03-11 17:14:37 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-03-11 17:14:37 +0000 |
| commit | 89cb27a3d41a1cf9e27355a444a97145562e0ea4 (patch) | |
| tree | b8f09016c777eddcce90838393c266c2d9aa9ef2 /gnu | |
| parent | 4cd4220565829573b55bc2ca37f16ba4d9711188 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/bc/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/bc/proto.h b/gnu/usr.bin/bc/proto.h index dd3782d602d89..37fb212a86e24 100644 --- a/gnu/usr.bin/bc/proto.h +++ b/gnu/usr.bin/bc/proto.h @@ -156,5 +156,5 @@ _PROTOTYPE(int yyparse, (void)); _PROTOTYPE(int yylex, (void)); /* Other things... */ -_PROTOTYPE (int getopt, (int, char *[], CONST char *)); +_PROTOTYPE (int getopt, (int, char * CONST [], CONST char *)); |
