qemacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-devel] [PATCH] Fix cptoqe build


From: François Revol
Subject: [Qemacs-devel] [PATCH] Fix cptoqe build
Date: Mon, 06 Jan 2014 12:22:26 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130630 Icedove/17.0.7

gcc -O2 -Wall -g -O2 -funsigned-char -Wno-format-zero-length
-I./libqhtml -o cptoqe cptoqe.c cutils.c
cptoqe.c:42:14: error: conflicting types for ‘getline’
 static char *getline(char *buf, int buf_size, FILE *f, int strip_comments)
              ^
In file included from cptoqe.c:23:0:
/usr/include/stdio.h:678:20: note: previous declaration of ‘getline’ was
here
 extern _IO_ssize_t getline (char **__restrict __lineptr,
                    ^
François.

Attachment: qemacs-cptoqe.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]