comparison lib-src/sorted-doc.c @ 42258:c9f9c2f9d025

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 Dec 2001 03:12:40 +0000
parents c8fb06423da0
children 661375cd8c4c
comparison
equal deleted inserted replaced
42257:2ec3375076e1 42258:c9f9c2f9d025
15 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details. 17 GNU General Public License for more details.
18 18
19 You should have received a copy of the GNU General Public License 19 You should have received a copy of the GNU General Public License
20 along with GNU Emacs; see the file COPYING. If not, write to 20 along with GNU Emacs; see the file COPYING. If not, write to the
21 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 21 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
22 22 Boston, MA 02111-1307, USA.
23
23 This version sorts the output by function name. */ 24 This version sorts the output by function name. */
24 25
25 #include "config.h" 26 #include "config.h"
26 #include <stdio.h> 27 #include <stdio.h>
27 #include <ctype.h> 28 #include <ctype.h>