summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/usub
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-04-02 13:11:14 +0000
committerbde <bde@FreeBSD.org>1995-04-02 13:11:14 +0000
commit41cee792f999955527ef484e1a2892ffacd9541e (patch)
tree805ee77b2d0c6f58ed5fa025670deeed7e7e852e /gnu/usr.bin/perl/usub
parent6f677cd55ffde3b5321cf399a1a3813321bb0914 (diff)
downloadFreeBSD-src-41cee792f999955527ef484e1a2892ffacd9541e.zip
FreeBSD-src-41cee792f999955527ef484e1a2892ffacd9541e.tar.gz
Fix compiler warnings: don't declare enum types as static.
Diffstat (limited to 'gnu/usr.bin/perl/usub')
-rw-r--r--gnu/usr.bin/perl/usub/curses.mus13
1 files changed, 9 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/usub/curses.mus b/gnu/usr.bin/perl/usub/curses.mus
index 2c4d5d6..03269c3 100644
--- a/gnu/usr.bin/perl/usub/curses.mus
+++ b/gnu/usr.bin/perl/usub/curses.mus
@@ -1,6 +1,11 @@
-/* $RCSfile: curses.mus,v $$Revision: 4.0.1.2 $$Date: 92/06/08 16:06:12 $
+/* $RCSfile: curses.mus,v $$Revision: 1.1 $$Date: 1995/03/24 04:33:49 $
*
- * $Log: curses.mus,v $
+ * $Log: curses.mus,v $
+# Revision 1.1 1995/03/24 04:33:49 jkh
+# Bring back perl/usub as usub/, this time containing an updated curseperl
+# which is also installed by default (the reason for which should also be
+# plain shortly).
+#
* Revision 4.0.1.2 92/06/08 16:06:12 lwall
* patch20: function key support added to curses.mus
*
@@ -43,7 +48,7 @@ static char *tcbuf = NULL;
static unsigned curattr = NORMAL;
#endif
-static enum uservars {
+enum uservars {
UV_curscr,
UV_stdscr,
UV_LINES,
@@ -59,7 +64,7 @@ static enum uservars {
UV_A_NORMAL,
};
-static enum usersubs {
+enum usersubs {
US_addch,
US_waddch,
US_addstr,
OpenPOWER on IntegriCloud