bug-prolog
[Top][All Lists]
Advanced

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

Inconsistency between the declaration of three function prototypes in he


From: Gustavo Brown - INCO
Subject: Inconsistency between the declaration of three function prototypes in header file gprolog.h and atom.h
Date: Thu, 2 Oct 2014 15:06:33 -0300

 
Hi,
 There is an inconsistency between the declaration of function prototypes in header file gprolog.h
    int Pl_Create_Atom(const char *atom)
    int Pl_Create_Allocate_Atom(const char *atom)
    int Pl_Find_Atom(const char *atom)
 
and the declaration of the same function prototypes in atom.h, in which the argument (atom) is not const.
The definition of those functions (in atom.c) do not have the argument marked as const either.
 
This gives an error when compiling a project which includes gprolog.h with Visual Studio 2008 (second C linkage of overloaded function XXX not allowed).
 
Machine using: Windows 7
GNU Prolog version 1.4.4
 
Regards,
   Gustavo

reply via email to

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