Use // for commenting away.
authorTimo Korvola <tkorvola@iki.fi>
Sat, 10 Feb 2018 12:23:48 +0000 (14:23 +0200)
committerTimo Korvola <tkorvola@iki.fi>
Sat, 10 Feb 2018 12:57:36 +0000 (14:57 +0200)
Stops warnings about nested comments.  Eventually the commented
away declarations should be either implemented or dropped, but let's
keep them in limbo for now.

src/curses/ux_frotz.h

index a4a90e3dce7b645f1d80f4fabce55c3745c17c03..983492890267081a66c68d7fac92a31023fdbfde 100644 (file)
@@ -88,9 +88,9 @@ extern volatile sig_atomic_t terminal_resized;
 /*** Functions specific to the Unix port of Frotz ***/
 
 bool unix_init_pictures(void);         /* ux_pic.c */
-/* void unix_init_scrollback(void);    /* ux_screen.c */
-/* void unix_save_screen(int);         /* ux_screen.c */
-/* void unix_do_scrollback(void);              /* ux_screen.c */
+// void unix_init_scrollback(void);    /* ux_screen.c */
+// void unix_save_screen(int);         /* ux_screen.c */
+// void unix_do_scrollback(void);              /* ux_screen.c */
 void unix_resize_display(void);                /* ux_screen.c */
 void unix_get_terminal_size(void);      /* ux_init.c */