Hi, > gtags-cscope.c:52: error: conflicting types for 'getline' > /usr/include/bits/stdio.h:103: error: previous definition of 'getline' was he re > > glibc contains another function named getline as GNU extension. > ( http://www.gnu.org/software/libc/manual/html_node/Line-Input.html#Line-Inp ut ) > Can you choose another name?
I renamed the function from getline() to get_line(). Thank you. -- Shigio YAMAGUCHI <[EMAIL PROTECTED]> - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 _______________________________________________ Bug-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-global
