Difference for server/commands.c from version 1.60 to 1.61


version 1.60 version 1.61
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.60 2006/03/18 17:15:25 ryo_saeba Exp $";   *   "$Id: commands.c,v 1.61 2006/05/05 09:26:34 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 408
 
Line 408
  * Actually return value is used as can-repeat -flag   * Actually return value is used as can-repeat -flag
  */   */
   
 int parse_string(object *op, char *str)  static int parse_string(object *op, char *str)
 {  {
     command_function f;      command_function f;
     char *cp;      char *cp;
Line 471
 
Line 471
 /**  this function handles splitting up a ; separated  /**  this function handles splitting up a ; separated
  *  compound command into sub-commands:  it is recursive.   *  compound command into sub-commands:  it is recursive.
  */   */
 int parse_command(object *op, char *str) {  static int parse_command(object *op, char *str) {
   char *tmp,*tmp2;    char *tmp,*tmp2;
   int i;    int i;
   /* if it's a keybinding command, ignore semicolons */    /* if it's a keybinding command, ignore semicolons */


Legend:
line(s) removed in v.1.60 
line(s) changed
 line(s) added in v.1.61

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:31