Diff for /embedaddon/readline/parse-colors.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2014/07/30 08:16:45 version 1.1.1.2, 2021/03/17 01:01:01
Line 2 Line 2
   
    Modified by Chet Ramey for Readline.     Modified by Chet Ramey for Readline.
   
   Copyright (C) 1985, 1988, 1990-1991, 1995-2010, 2012 Free Software Foundation,   Copyright (C) 1985, 1988, 1990-1991, 1995-2010, 2012, 2017
   Inc.   Free Software Foundation, Inc.
   
    This program is free software: you can redistribute it and/or modify     This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
Line 297  get_funky_string (char **dest, const char **src, bool  Line 297  get_funky_string (char **dest, const char **src, bool 
 }  }
 #endif /* COLOR_SUPPORT */  #endif /* COLOR_SUPPORT */
   
void _rl_parse_colors()void _rl_parse_colors(void)
 {  {
 #if defined (COLOR_SUPPORT)  #if defined (COLOR_SUPPORT)
   const char *p;                /* Pointer to character being parsed */    const char *p;                /* Pointer to character being parsed */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>