From ec8ba3fb334f93d5cac4cfc89e444b75c8deb256 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Mon, 3 Feb 2014 09:45:46 +0100 Subject: [PATCH] Make comment a C comment not shell Comment. --- src/console/conio.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/console/conio.c b/src/console/conio.c index 7aa9d4d746c..166190b3e22 100755 --- a/src/console/conio.c +++ b/src/console/conio.c @@ -63,8 +63,10 @@ extern "C" int tgetent(void *, const char *); extern "C" int tgetnum(const char *); extern "C" char *tgetstr (const char*, char**); -# Note: the following on older (Solaris 10) systems -# may need to be moved to after the #endif +/* + * Note: the following on older (Solaris 10) systems + * may need to be moved to after the #endif + */ extern "C" char *tgoto (const char *, int, int); #endif #elif defined(__sgi)