Hi. On Thu, 08 Jun 2006 00:28:22 +0000, Shigio YAMAGUCHI wrote... > +static char *getline(void);
gtags-cscope.c:52: error: conflicting types for 'getline' /usr/include/bits/stdio.h:103: error: previous definition of 'getline' was here glibc contains another function named getline as GNU extension. ( http://www.gnu.org/software/libc/manual/html_node/Line-Input.html#Line-Input ) Can you choose another name? ---- Hideki IWAMOTO [EMAIL PROTECTED] _______________________________________________ Bug-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-global
