gprolog.h and const correctness

14 Jan
2006
14 Jan
'06
5:37 p.m.
To the next maintainer of GNU Prolog:
please consider revising gprolog.h so as to facilitate users who insist in writing const-correct code. For instance, the declaration
int FC Create_Allocate_Atom(char *name);
should probably be changed so as to read
int FC Create_Allocate_Atom(const char *name);
Thanks in advance (I hope not too much advance :-)
Roberto
--
Prof. Roberto Bagnara
Computer Science Group
Department of Mathematics, University of Parma, Italy
http://www.cs.unipr.it/~bagnara/
mailto:bagnara@cs.unipr.it
7221
Age (days ago)
7221
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roberto Bagnara