Path: utzoo!utgpu!watmath!uunet!lll-winken!csd4.csd.uwm.edu!leah!rds95 From: rds95@leah.Albany.Edu (Robert Seals) Newsgroups: gnu.gdb.bug Subject: Real small typo in readline.c, I think Keywords: "Illegal combination of pointer and interger" Message-ID: <1983@leah.Albany.Edu> Date: 24 Aug 89 11:53:05 GMT Organization: The University at Albany, Computer Services Center Lines: 10 Hello, On line 2284 of readline.c in dist-gdb/readline, there is the line char *rl_special_prefixes = (char ) NULL; which I guess ought to be (char *)NULL; Yah? rob