Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/historical/nawk/dist remove ### error output accide...



details:   https://anonhg.NetBSD.org/src/rev/529c62c6f2cf
branches:  trunk
changeset: 458566:529c62c6f2cf
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Aug 01 06:33:58 2019 +0000

description:
remove ### error output accidentally committed.

diffstat:

 external/historical/nawk/dist/proto.h |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r a565106e7ffa -r 529c62c6f2cf external/historical/nawk/dist/proto.h
--- a/external/historical/nawk/dist/proto.h     Thu Aug 01 06:22:52 2019 +0000
+++ b/external/historical/nawk/dist/proto.h     Thu Aug 01 06:33:58 2019 +0000
@@ -149,8 +149,6 @@
 extern int     isclvar(const char *);
 extern int     is_number(const char *);
 
-/*###152 [cc] note: expected 'uschar ** {aka unsigned char **}' but argument is of type 'char **'%%%*/
-/*###152 [cc] note: expected 'uschar ** {aka unsigned char **}' but argument is of type 'char **'%%%*/
 extern int     adjbuf(uschar **, int *, int, int, uschar **, const char *);
 extern void    run(Node *);
 extern Cell    *execute(Node *);



Home | Main Index | Thread Index | Old Index