[Python-checkins] CVS: python/dist/src/Modules readline.c,2.31,2.32

Guido van Rossum python-dev@python.org
Wed, 20 Sep 2000 13:24:24 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv30630

Modified Files:
	readline.c 
Log Message:
Add a definition of rl_library_version. Reported by jpettit@sourceforge.

Index: readline.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/readline.c,v
retrieving revision 2.31
retrieving revision 2.32
diff -C2 -r2.31 -r2.32
*** readline.c	2000/09/16 16:37:53	2.31
--- readline.c	2000/09/20 20:24:21	2.32
***************
*** 39,42 ****
--- 39,43 ----
  extern int history_truncate_file(char *, int);
  extern Function *rl_event_hook;
+ extern char *rl_library_version;
  #endif