=================================================================== RCS file: /home/cvs/OpenXM_contrib2/fep/fep_edit.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- OpenXM_contrib2/fep/fep_edit.c 2010/04/23 05:34:05 1.4 +++ OpenXM_contrib2/fep/fep_edit.c 2011/06/16 08:17:15 1.5 @@ -2,7 +2,7 @@ #ifndef lint static char rcsid[]= -"$Id: fep_edit.c,v 1.4 2010/04/23 05:34:05 ohara Exp $ (SRA)"; +"$Id: fep_edit.c,v 1.5 2011/06/16 08:17:15 noro Exp $ (SRA)"; #endif /* lint */ #include @@ -287,7 +287,7 @@ initEmacsBindings (cft, aft) * Main function of front end program */ CHAR * -getline() +mygetline() { int c; CHAR *execute_command, *check_alias();