Bug#688452: Conflicting declarations of gl_in_hook

2024-07-20 Thread Petter Reinholdtsen
Control: tags -1 + patch I believe the following patch will fix this issue. I am uploading a new package to Debian with this fix. --- gpstrans-0.41.orig/src/getline/getline.c +++ gpstrans-0.41/src/getline/getline.c @@ -42,9 +42,15 @@ void gl_setwidth (); /* specify width o void gl_hista

Bug#688452: Conflicting declarations of gl_in_hook

2012-09-22 Thread Michael Tautschnig
Package: gpstrans Version: 0.41-3 While building the package using our research compiler infrastructure we noticed the following conflicting declaration: - src/getline/getline.h carefully distinguishes extern int (*gl_in_hook) (char *); and extern int (*gl_in_hook) (); depending on __STDC__ b