Tracked rename of hashstr -> hashfunc.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5156 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-08-12 15:36:53 +00:00
parent b8e68bed95
commit b8d43cee42
7 changed files with 17 additions and 17 deletions

View File

@@ -1,15 +1,15 @@
/*****************************************************************************/
/* */
/* extsyms.c */
/* extsyms.c */
/* */
/* Handle program external symbols for relocatable output formats */
/* */
/* */
/* */
/* (C) 1999-2008 Ullrich von Bassewitz */
/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* (C) 1999-2011, Ullrich von Bassewitz */
/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* */
/* */
/* This software is provided 'as-is', without any expressed or implied */
@@ -36,7 +36,7 @@
#include <string.h>
/* common */
#include "hashstr.h"
#include "hashfunc.h"
#include "xmalloc.h"
/* ld65 */